StormByte C++ Library: Network module 0.0.9999
StormByte-Network is a StormByte library module for handling and create network connections
|
This is the complete list of members for StormByte::Network::Connection::Info, including all inherited members.
FromHost(const std::string &hostname, const unsigned short &port, const Protocol &protocol, std::shared_ptr< const Handler > handler) noexcept | StormByte::Network::Connection::Info | static |
FromSockAddr(std::shared_ptr< sockaddr > sockaddr) noexcept | StormByte::Network::Connection::Info | static |
Info(const Info &other) noexcept=delete | StormByte::Network::Connection::Info | |
Info(Info &&other) noexcept=default | StormByte::Network::Connection::Info | |
IP() const noexcept | StormByte::Network::Connection::Info | inline |
operator=(const Info &other) noexcept=delete | StormByte::Network::Connection::Info | |
operator=(Info &&other) noexcept=default | StormByte::Network::Connection::Info | |
Port() const noexcept | StormByte::Network::Connection::Info | inline |
SockAddr() const noexcept | StormByte::Network::Connection::Info | inline |
~Info() noexcept=default | StormByte::Network::Connection::Info |