|
Core Library
1.7.0.0
Library containing core utilities and tools for threading, networking, logging, INI and CSV file management etc.
|
This is the complete list of members for core_lib::asio::tcp::SimpleTcpClient, including all inherited members.
| CloseConnection() | core_lib::asio::tcp::SimpleTcpClient | |
| Connected() const | core_lib::asio::tcp::SimpleTcpClient | |
| GetClientDetailsForServer() | core_lib::asio::tcp::SimpleTcpClient | |
| m_messageBuilder | core_lib::asio::tcp::SimpleTcpClient | private |
| m_messageHandler | core_lib::asio::tcp::SimpleTcpClient | private |
| m_tcpTypedClient | core_lib::asio::tcp::SimpleTcpClient | private |
| NumberOfUnsentAsyncMessages() const | core_lib::asio::tcp::SimpleTcpClient | |
| operator=(const SimpleTcpClient &)=delete | core_lib::asio::tcp::SimpleTcpClient | |
| operator=(SimpleTcpClient &&)=delete | core_lib::asio::tcp::SimpleTcpClient | |
| SendMessageToServerAsync(int32_t messageId, const defs::connection_t &responseAddress=defs::NULL_CONNECTION) | core_lib::asio::tcp::SimpleTcpClient | |
| SendMessageToServerAsync(const defs::char_buffer_t &message, int32_t messageId, const defs::connection_t &responseAddress=defs::NULL_CONNECTION) | core_lib::asio::tcp::SimpleTcpClient | |
| SendMessageToServerAsync(const T &message, int32_t messageId, const defs::connection_t &responseAddress=defs::NULL_CONNECTION) | core_lib::asio::tcp::SimpleTcpClient | inline |
| SendMessageToServerAsync(const defs::char_buffer_t &message) | core_lib::asio::tcp::SimpleTcpClient | |
| SendMessageToServerSync(int32_t messageId, const defs::connection_t &responseAddress=defs::NULL_CONNECTION) | core_lib::asio::tcp::SimpleTcpClient | |
| SendMessageToServerSync(const defs::char_buffer_t &message, int32_t messageId, const defs::connection_t &responseAddress=defs::NULL_CONNECTION) | core_lib::asio::tcp::SimpleTcpClient | |
| SendMessageToServerSync(const T &message, int32_t messageId, const defs::connection_t &responseAddress=defs::NULL_CONNECTION) | core_lib::asio::tcp::SimpleTcpClient | inline |
| SendMessageToServerSync(const defs::char_buffer_t &message) | core_lib::asio::tcp::SimpleTcpClient | |
| ServerConnection() const | core_lib::asio::tcp::SimpleTcpClient | |
| SimpleTcpClient()=delete | core_lib::asio::tcp::SimpleTcpClient | |
| SimpleTcpClient(boost_iocontext_t &ioContext, const defs::connection_t &server, const defs::default_message_dispatcher_t &messageDispatcher, eSendOption sendOption=eSendOption::nagleOn, size_t maxAllowedUnsentAsyncMessages=MAX_UNSENT_ASYNC_MSG_COUNT, size_t memPoolMsgCount=0) | core_lib::asio::tcp::SimpleTcpClient | |
| SimpleTcpClient(const defs::connection_t &server, const defs::default_message_dispatcher_t &messageDispatcher, eSendOption sendOption=eSendOption::nagleOn, size_t maxAllowedUnsentAsyncMessages=MAX_UNSENT_ASYNC_MSG_COUNT, size_t memPoolMsgCount=0) | core_lib::asio::tcp::SimpleTcpClient | |
| SimpleTcpClient(const SimpleTcpClient &)=delete | core_lib::asio::tcp::SimpleTcpClient | |
| SimpleTcpClient(SimpleTcpClient &&)=delete | core_lib::asio::tcp::SimpleTcpClient | |
| ~SimpleTcpClient()=default | core_lib::asio::tcp::SimpleTcpClient |