Wolframe, 0.0.3

_Wolframe Namespace Reference

Toplevel Wolframe namespace. More...

Namespaces

 AAAA
 Interfaces for authentication, authorization, auditing and accounting.
 
 appdevel
 Development interfaces for writing Wolframe application extension modules.
 
 base64
 Base64 encoding/decoding functions (implemented in the core library libwolframe)
 
 cmdbind
 Interfaces to command handlers and some basic command handlers (implemented in the library libwolframe_langbind)
 
 config
 Interfaces and templates for configuration structures and parsers.
 
 crypto
 Cryprographic structures and functions (implemented in the core library libwolframe)
 
 db
 Database related classes (implemented in the library libwolframe_database)
 
 langbind
 Glueing classes for language bindings and filters (implemented in the library libwolframe_langbind)
 
 log
 Logger structures (implemented in the core library libwfsingleton)
 
 module
 Module base classes and object builder structures.
 
 net
 Network and connection handling.
 
 prgbind
 Interfaces to programs and the program library.
 
 proc
 Processor provider and execution context.
 
 protocol
 Helper classes for implementing the protocol and handling buffers.
 
 serialize
 Serialization library (implemented in the library libwolframe_serialize)
 
 types
 Basic data types (implemented in the core library libwolframe)
 
 utils
 Utility functions for parsing, handling files, allocating memory, etc. (implemented in the core library libwolframe)
 

Classes

class  ApplicationInfo
 Application wide singleton for the application info. More...
 
class  ConfiguredObjectConstructor
 Constructor of a configured object. More...
 
class  ErrorCode
 
class  ErrorLevel
 
class  GlobalRandomGenerator
 Global random generator (sort of a pseudo-singleton) More...
 
class  ObjectConstructorBase
 Constructor base class. More...
 
class  ObjectPool
 Class represening a pool of objects. More...
 
class  ObjectPoolTimeout
 Timeout exception for object pool. More...
 
class  Platform
 platform class More...
 
class  ServerHandler
 The server main handler All it should do is to provide connection handlers. More...
 
class  SimpleObjectConstructor
 Constructor of a simple (without configuration) object. More...
 
class  Version
 version class More...
 

Functions

const char * applicationName ()
 
const Version applicationVersion ()
 

Detailed Description

Toplevel Wolframe namespace.

Function Documentation

const char* _Wolframe::applicationName ( )
const Version _Wolframe::applicationVersion ( )