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

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

accept_errors() const noexceptCppServer::Nanomsg::Socket
accepted_connections() const noexceptCppServer::Nanomsg::Socket
address() const noexceptCppServer::Nanomsg::Socketinline
Bind(const std::string &address)CppServer::Nanomsg::Socket
bind_errors() const noexceptCppServer::Nanomsg::Socket
broken_connections() const noexceptCppServer::Nanomsg::Socket
bytes_received() const noexceptCppServer::Nanomsg::Socket
bytes_sent() const noexceptCppServer::Nanomsg::Socket
Close()CppServer::Nanomsg::Socket
Connect(const std::string &address)CppServer::Nanomsg::Socket
connect_errors() const noexceptCppServer::Nanomsg::Socket
current_connections() const noexceptCppServer::Nanomsg::Socket
Disconnect()CppServer::Nanomsg::Socket
domain() const noexceptCppServer::Nanomsg::Socketinline
dropped_connections() const noexceptCppServer::Nanomsg::Socket
endpoint() const noexceptCppServer::Nanomsg::Socketinline
established_connections() const noexceptCppServer::Nanomsg::Socket
GetSocketOption(int level, int option, void *value, size_t *size)CppServer::Nanomsg::Socket
IsConnected() const noexceptCppServer::Nanomsg::Socketinline
IsOpened() const noexceptCppServer::Nanomsg::Socketinline
Link(const std::string &address)CppServer::Nanomsg::Socket
messages_received() const noexceptCppServer::Nanomsg::Socket
messages_sent() const noexceptCppServer::Nanomsg::Socket
Open()CppServer::Nanomsg::Socket
operator=(const Socket &)=deleteCppServer::Nanomsg::Socket
operator=(Socket &&) noexcept=defaultCppServer::Nanomsg::Socket
protocol() const noexceptCppServer::Nanomsg::Socketinline
Receive(Message &message)CppServer::Nanomsg::Socket
ReceiveSurvey(Message &message)CppServer::Nanomsg::Socket
Reopen()CppServer::Nanomsg::Socket
Send(const void *buffer, size_t size)CppServer::Nanomsg::Socket
Send(const std::string &text)CppServer::Nanomsg::Socketinline
Send(const Message &message)CppServer::Nanomsg::Socketinline
SetSocketOption(int level, int option, const void *value, size_t size)CppServer::Nanomsg::Socket
socket() const noexceptCppServer::Nanomsg::Socketinline
Socket(Domain domain, Protocol protocol)CppServer::Nanomsg::Socketexplicit
Socket(const Socket &)=deleteCppServer::Nanomsg::Socket
Socket(Socket &&) noexcept=defaultCppServer::Nanomsg::Socket
Terminate()CppServer::Nanomsg::Socketstatic
TryReceive(Message &message)CppServer::Nanomsg::Socket
TryReceiveSurvey(Message &message)CppServer::Nanomsg::Socket
TrySend(const void *buffer, size_t size)CppServer::Nanomsg::Socket
TrySend(const std::string &text)CppServer::Nanomsg::Socketinline
TrySend(const Message &message)CppServer::Nanomsg::Socketinline
~Socket()CppServer::Nanomsg::Socket