VOX
A little voxel engine
|
This is the complete list of members for Connection, including all inherited members.
clearReadBuffer() | Connection | |
Connection(std::shared_ptr< Socket > socket) | Connection | |
Connection(const Connection &other)=delete | Connection | |
Connection(Connection &&other) | Connection | |
dataToSend() const | Connection | |
getConnectionId() const | Connection | |
getReadBufferPtr() const | Connection | |
getReadBufferSize() const | Connection | |
getSocket() const | Connection | |
getWriteBufferRef() const | Connection | |
LockableBase(std::mutex) &ReadLock() const | Connection | |
LockableBase(std::mutex) &WriteLock() const | Connection | |
operator=(const Connection &other)=delete | Connection | |
operator=(Connection &&other) | Connection | |
queueAndSendMessage(const std::vector< uint8_t > &msg) | Connection | |
queueMessage(const std::vector< uint8_t > &msg) | Connection | |
READ_BUFFER_SIZE_MAX | Connection | static |
recv() | Connection | |
reduceReadBuffer(size_t size) | Connection | |
sendQueue() | Connection | |
setConnectionId(const uint64_t &connection_id) | Connection | |
~Connection() | Connection |