libmoldeo (Moldeo 1.0 Core)
1.0
libmoldeo is the group of objects and functions that executes the basic operations of Moldeo 1.0 Platform.
|
#include "moTypes.h"
#include "moText.h"
#include "moConfig.h"
#include "moLock.h"
#include "moResourceManager.h"
Go to the source code of this file.
Classes | |
class | moNetObject |
class | moNetConnection |
clase para crear y mantener una conección basada en el protocolo tcp More... | |
class | moNetConnectionManager |
class | moNetServer |
class | moNetManager |
Typedefs | |
typedef void * | moBoostIOService |
Boost.Asio specific classes type definitions. More... | |
typedef void * | moBoostAddress |
typedef void * | moBoostResolver |
typedef void * | moBoostQuery |
typedef void * | moBoostSocket |
typedef void * | moBoostAcceptor |
typedef void * | moBoostSystemErrorCode |
typedef void * | moBoostHandleFunctionsPtr |
typedef moText | moAddress |
typedef moText | moPort |
Enumerations | |
enum | moNetObjectType { MO_NET_CONNECTION, MO_NET_SESSION, MO_NET_SERVER } |
Functions | |
moDeclareExportedDynamicArray (moNetConnection *, moNetConnections) | |
moDeclareExportedDynamicArray (moNetObject *, moNetObjects) | |
Definition at line 59 of file moNetManager.h.
typedef void* moBoostAcceptor |
Definition at line 53 of file moNetManager.h.
typedef void* moBoostAddress |
Definition at line 48 of file moNetManager.h.
typedef void* moBoostHandleFunctionsPtr |
Definition at line 57 of file moNetManager.h.
typedef void* moBoostIOService |
Boost.Asio specific classes type definitions.
Definition at line 47 of file moNetManager.h.
typedef void* moBoostQuery |
Definition at line 51 of file moNetManager.h.
typedef void* moBoostResolver |
Definition at line 50 of file moNetManager.h.
typedef void* moBoostSocket |
Definition at line 52 of file moNetManager.h.
typedef void* moBoostSystemErrorCode |
Definition at line 55 of file moNetManager.h.
Definition at line 60 of file moNetManager.h.
enum moNetObjectType |
Enumerator | |
---|---|
MO_NET_CONNECTION | |
MO_NET_SESSION | |
MO_NET_SERVER |
Definition at line 63 of file moNetManager.h.
moDeclareExportedDynamicArray | ( | moNetConnection * | , |
moNetConnections | |||
) |
moDeclareExportedDynamicArray | ( | moNetObject * | , |
moNetObjects | |||
) |