Typedefs | |
using | srs::io_context_type = asio::thread_pool |
using | srs::BufferElementType = char |
using | srs::BinaryData = std::vector<BufferElementType> |
template<int buffer_size = common::SMALL_READ_MSG_BUFFER_SIZE> | |
using | srs::ReadBufferType = std::array<BufferElementType, buffer_size> |
using | srs::CommunicateEntryType = uint32_t |
using srs::BinaryData = std::vector<BufferElementType> |
Definition at line 17 of file CommonAlias.hpp.
using srs::BufferElementType = char |
Definition at line 16 of file CommonAlias.hpp.
using srs::CommunicateEntryType = uint32_t |
Definition at line 22 of file CommonAlias.hpp.
using srs::io_context_type = asio::thread_pool |
Definition at line 14 of file CommonAlias.hpp.
using srs::ReadBufferType = std::array<BufferElementType, buffer_size> |
Definition at line 20 of file CommonAlias.hpp.