GameServer
|
継承メンバを含む CacheServerConnection の全メンバ一覧です。
AsyncRecv() | TCPConnection | protected |
AsyncSend(const u8 *pBuffer, int Size) | TCPConnection | protected |
bIsConnected | TCPConnection | protected |
CacheServerConnection(const shared_ptr< tcp::socket > &pInSocket) | CacheServerConnection | |
Connect() | CacheServerConnection | |
GetInstance() | CacheServerConnection | inlinestatic |
GetSocket() | TCPConnection | inlineprotected |
IsConnected() const | TCPConnection | inline |
OnDisconnected() | CacheServerConnection | protectedvirtual |
OnRecvData(size_t Size) | CacheServerConnection | protectedvirtual |
RecvBuffer | TCPConnection | protected |
SendPacket(PacketBase *pPacket) | CacheServerConnection | |
TCPConnection(const shared_ptr< tcp::socket > &pInSocket) | TCPConnection | |
~CacheServerConnection() | CacheServerConnection | inlinevirtual |
~TCPConnection()=0 | TCPConnection | pure virtual |