|
0 A.D. | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
u64 |
m_GlobalRecvBytes
|
u64 |
m_GlobalSentBytes
|
std::map< socket_t, CSocketBase* > |
m_HandleMap
|
pthread_mutex_t |
m_Mutex
|
uint |
m_NumSockets
|
int[ 2 ] |
m_Pipe
|
pthread_t |
m_Thread
|
Constructor Summary | |
inline CSocketSetInternal()
|
Field Detail |
public u64 m_GlobalRecvBytes;
public u64 m_GlobalSentBytes;
public std::map< socket_t, CSocketBase* > m_HandleMap;
public pthread_mutex_t m_Mutex;
public uint m_NumSockets;
public int m_Pipe[ 2 ];
public pthread_t m_Thread;
Constructor Detail |
public inline CSocketSetInternal();
|
0 A.D.
Generated on September 04, 2007 at 18:13 CppDoc v2.4.0 |
|||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |