CppServer  1.0.0.0
C++ Server Library
CppServer::Nanomsg::Client Member List

This is the complete list of members for CppServer::Nanomsg::Client, including all inherited members.

Client(Domain domain, Protocol protocol, const std::string &address, bool threading=true)CppServer::Nanomsg::Clientexplicit
Client(const Client &)=deleteCppServer::Nanomsg::Client
Client(Client &&)=defaultCppServer::Nanomsg::Client
Connect()CppServer::Nanomsg::Client
Disconnect()CppServer::Nanomsg::Client
IsConnected() const noexceptCppServer::Nanomsg::Clientinline
onConnected()CppServer::Nanomsg::Clientinlineprotectedvirtual
onDisconnected()CppServer::Nanomsg::Clientinlineprotectedvirtual
onError(int error, const std::string &message)CppServer::Nanomsg::Clientinlineprotectedvirtual
onIdle()CppServer::Nanomsg::Clientinlineprotectedvirtual
onReceived(Message &message)CppServer::Nanomsg::Clientinlineprotectedvirtual
onThreadCleanup()CppServer::Nanomsg::Clientinlineprotectedvirtual
onThreadInitialize()CppServer::Nanomsg::Clientinlineprotectedvirtual
operator=(const Client &)=deleteCppServer::Nanomsg::Client
operator=(Client &&)=defaultCppServer::Nanomsg::Client
Receive(Message &message)CppServer::Nanomsg::Client
Reconnect()CppServer::Nanomsg::Client
Send(const void *buffer, size_t size)CppServer::Nanomsg::Client
Send(const std::string &text)CppServer::Nanomsg::Clientinline
Send(const Message &message)CppServer::Nanomsg::Clientinline
socket() noexceptCppServer::Nanomsg::Clientinline
TryReceive(Message &message)CppServer::Nanomsg::Client
TrySend(const void *buffer, size_t size)CppServer::Nanomsg::Client
TrySend(const std::string &text)CppServer::Nanomsg::Clientinline
TrySend(const Message &message)CppServer::Nanomsg::Clientinline
~Client()CppServer::Nanomsg::Clientvirtual