This is the complete list of members for G3D::NetSendConnection, including all inherited members.
addCallback(const shared_ptr< NetSendConnection > &conn, _ENetPacket *packet, const shared_ptr< MemoryManager > &manager, const void *data) | G3D::NetSendConnection | friend |
address() const | G3D::NetSendConnection | virtual |
beforeSend() | G3D::NetSendConnection | inlineprotectedvirtual |
createShared(ArgTypes &&... args) | G3D::ReferenceCountedObject | inlineprotectedstatic |
enetsend(NetChannel channel, _ENetPacket *packet) | G3D::NetSendConnection | protectedvirtual |
freePacketDataCallback(_ENetPacket *packet) | G3D::NetSendConnection | friend |
m_enetHost | G3D::NetSendConnection | protected |
m_enetPeer | G3D::NetSendConnection | protected |
m_freeQueue | G3D::NetSendConnection | protected |
NetSendConnection(_ENetPeer *p, _ENetHost *h) | G3D::NetSendConnection | inlineprotected |
NetServer class | G3D::NetSendConnection | friend |
processFreeQueue() | G3D::NetSendConnection | protected |
send(NetMessageType type, const void *bytes, size_t size, NetChannel channel=0, const shared_ptr< MemoryManager > &memoryManager=shared_ptr< MemoryManager >()) | G3D::NetSendConnection | |
send(NetMessageType type, const void *bytes, size_t size, BinaryOutput &header, NetChannel channel=0, const shared_ptr< MemoryManager > &memoryManager=shared_ptr< MemoryManager >()) | G3D::NetSendConnection | |
send(NetMessageType type, BinaryOutput &bo, NetChannel channel=0) | G3D::NetSendConnection | |
send(NetMessageType type, BinaryOutput &bo, BinaryOutput &header, NetChannel channel=0) | G3D::NetSendConnection | |
shutdownSenderThreads() | G3D::NetSendConnection | |
submitToSendQueues(const _internal::NetMessage &message) | G3D::NetSendConnection | |
~ReferenceCountedObject() | G3D::ReferenceCountedObject | inlinevirtual |