Core Library  1.7.0.0
Library containing core utilities and tools for threading, networking, logging, INI and CSV file management etc.
core_lib::asio::tcp::TcpClient Member List

This is the complete list of members for core_lib::asio::tcp::TcpClient, including all inherited members.

CheckAndCreateConnection()core_lib::asio::tcp::TcpClient
CloseConnection()core_lib::asio::tcp::TcpClient
Connected() constcore_lib::asio::tcp::TcpClient
CreateConnection()core_lib::asio::tcp::TcpClientprivate
GetClientDetailsForServer() constcore_lib::asio::tcp::TcpClient
m_checkBytesLeftToReadcore_lib::asio::tcp::TcpClientprivate
m_ioContextcore_lib::asio::tcp::TcpClientprivate
m_ioThreadGroupcore_lib::asio::tcp::TcpClientprivate
m_maxAllowedUnsentAsyncMessagescore_lib::asio::tcp::TcpClientprivate
m_messageReceivedHandlercore_lib::asio::tcp::TcpClientprivate
m_minAmountToReadcore_lib::asio::tcp::TcpClientprivate
m_sendOptioncore_lib::asio::tcp::TcpClientprivate
m_servercore_lib::asio::tcp::TcpClientprivate
m_serverConnectioncore_lib::asio::tcp::TcpClientprivate
NumberOfUnsentAsyncMessages() constcore_lib::asio::tcp::TcpClient
operator=(const TcpClient &)=deletecore_lib::asio::tcp::TcpClient
operator=(TcpClient &&)=deletecore_lib::asio::tcp::TcpClient
SendMessageToServerAsync(const defs::char_buffer_t &message)core_lib::asio::tcp::TcpClient
SendMessageToServerSync(const defs::char_buffer_t &message)core_lib::asio::tcp::TcpClient
ServerConnection() constcore_lib::asio::tcp::TcpClient
TcpClient()=deletecore_lib::asio::tcp::TcpClient
TcpClient(boost_iocontext_t &ioContext, const defs::connection_t &server, size_t minAmountToRead, const defs::check_bytes_left_to_read_t &checkBytesLeftToRead, const defs::message_received_handler_t &messageReceivedHandler, eSendOption sendOption=eSendOption::nagleOn, size_t maxAllowedUnsentAsyncMessages=MAX_UNSENT_ASYNC_MSG_COUNT)core_lib::asio::tcp::TcpClient
TcpClient(const defs::connection_t &server, size_t minAmountToRead, const defs::check_bytes_left_to_read_t &checkBytesLeftToRead, const defs::message_received_handler_t &messageReceivedHandler, eSendOption sendOption=eSendOption::nagleOn, size_t maxAllowedUnsentAsyncMessages=MAX_UNSENT_ASYNC_MSG_COUNT)core_lib::asio::tcp::TcpClient
TcpClient(const TcpClient &)=deletecore_lib::asio::tcp::TcpClient
TcpClient(TcpClient &&)=deletecore_lib::asio::tcp::TcpClient
~TcpClient()core_lib::asio::tcp::TcpClient