#include <net_manager.h>
Definition at line 60 of file net_manager.h.
Public Types | |
enum | TBaseStructType { Unknown, Client, ClientWithAddr, Group, Server } |
Public Member Functions | |
CBaseStruct (const std::string &sn) | |
Data Fields | |
bool | AutoRetry |
TNetManagerCallback | ConnectionCallback |
void * | ConnectionCbArg |
TNetManagerCallback | DisconnectionCallback |
void * | DisconnectionCbArg |
std::string | Name |
std::vector< CCallbackNetBase * > | NetBase |
It could have more than one connection, in this case, the vector contains all connections. | |
std::vector< std::string > | ServiceNames |
TBaseStructType | Type |
|
Definition at line 71 of file net_manager.h.
00071 { Unknown, Client, ClientWithAddr, Group, Server }; |
|
Definition at line 62 of file net_manager.h. References ConnectionCallback, ConnectionCbArg, DisconnectionCallback, and DisconnectionCbArg.
00062 : 00063 Name(sn), ConnectionCallback(NULL), ConnectionCbArg(NULL), 00064 DisconnectionCallback(NULL), DisconnectionCbArg(NULL), Type(Unknown) 00065 { } |
|
Definition at line 85 of file net_manager.h. |
|
Definition at line 78 of file net_manager.h. Referenced by CBaseStruct(), and NLNET::nmNewConnection(). |
|
Definition at line 79 of file net_manager.h. Referenced by CBaseStruct(), and NLNET::nmNewConnection(). |
|
Definition at line 81 of file net_manager.h. Referenced by CBaseStruct(), and NLNET::nmNewDisconnection(). |
|
Definition at line 82 of file net_manager.h. Referenced by CBaseStruct(), and NLNET::nmNewDisconnection(). |
|
the name used by all function to retrieve a service (in the case of group or ip, this name is a virtual name used only to find it to perform action on it Definition at line 69 of file net_manager.h. Referenced by NLNET::nmNewConnection(), and NLNET::nmNewDisconnection(). |
|
It could have more than one connection, in this case, the vector contains all connections.
Definition at line 76 of file net_manager.h. Referenced by NLNET::CNetManager::createConnection(), and NLNET::nmNewDisconnection(). |
|
Definition at line 73 of file net_manager.h. |
|
Definition at line 87 of file net_manager.h. Referenced by NLNET::nmNewDisconnection(). |