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::TcpClientList Member List

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

ClearConnections()core_lib::asio::tcp::TcpClientList
ClearList()core_lib::asio::tcp::TcpClientList
client_map_t typedef (defined in core_lib::asio::tcp::TcpClientList)core_lib::asio::tcp::TcpClientListprivate
client_ptr_t typedef (defined in core_lib::asio::tcp::TcpClientList)core_lib::asio::tcp::TcpClientListprivate
CloseConnection(defs::connection_t const &server) constcore_lib::asio::tcp::TcpClientList
CloseConnections() constcore_lib::asio::tcp::TcpClientList
Connected(defs::connection_t const &server) constcore_lib::asio::tcp::TcpClientList
CreateTcpClient(defs::connection_t const &server)core_lib::asio::tcp::TcpClientListprivate
FindTcpClient(defs::connection_t const &server) constcore_lib::asio::tcp::TcpClientListprivate
GetClientDetailsForServer(defs::connection_t const &server) constcore_lib::asio::tcp::TcpClientList
GetServerList() constcore_lib::asio::tcp::TcpClientList
m_checkBytesLeftToReadcore_lib::asio::tcp::TcpClientListprivate
m_clientMapcore_lib::asio::tcp::TcpClientListprivate
m_ioContextPtrcore_lib::asio::tcp::TcpClientListprivate
m_maxAllowedUnsentAsyncMessagescore_lib::asio::tcp::TcpClientListprivate
m_messageReceivedHandlercore_lib::asio::tcp::TcpClientListprivate
m_minAmountToReadcore_lib::asio::tcp::TcpClientListprivate
m_mutexcore_lib::asio::tcp::TcpClientListmutableprivate
m_sendOptioncore_lib::asio::tcp::TcpClientListprivate
NumberOfUnsentAsyncMessages(const defs::connection_t &server) constcore_lib::asio::tcp::TcpClientList
operator=(TcpClientList const &)=deletecore_lib::asio::tcp::TcpClientList
operator=(TcpClientList &&)=deletecore_lib::asio::tcp::TcpClientList
SendMessageToServerAsync(defs::connection_t const &server, defs::char_buffer_t const &message)core_lib::asio::tcp::TcpClientList
SendMessageToServerSync(defs::connection_t const &server, defs::char_buffer_t const &message)core_lib::asio::tcp::TcpClientList
ServerConnection(defs::connection_t const &clientConn) constcore_lib::asio::tcp::TcpClientList
TcpClientList()=deletecore_lib::asio::tcp::TcpClientList
TcpClientList(TcpClientList const &)=deletecore_lib::asio::tcp::TcpClientList
TcpClientList(TcpClientList &&)=deletecore_lib::asio::tcp::TcpClientList
TcpClientList(boost_iocontext_t &ioContext, size_t minAmountToRead, defs::check_bytes_left_to_read_t const &checkBytesLeftToRead, defs::message_received_handler_t const &messageReceivedHandler, eSendOption sendOption=eSendOption::nagleOn, size_t maxAllowedUnsentAsyncMessages=MAX_UNSENT_ASYNC_MSG_COUNT)core_lib::asio::tcp::TcpClientList
TcpClientList(size_t minAmountToRead, defs::check_bytes_left_to_read_t const &checkBytesLeftToRead, defs::message_received_handler_t const &messageReceivedHandler, eSendOption sendOption=eSendOption::nagleOn, size_t maxAllowedUnsentAsyncMessages=MAX_UNSENT_ASYNC_MSG_COUNT)core_lib::asio::tcp::TcpClientList
~TcpClientList()core_lib::asio::tcp::TcpClientList