StormByte C++ Library: Network module 0.0.9999
StormByte-Network is a StormByte library module for handling and create network connections
Loading...
Searching...
No Matches
StormByte::Network::Client Member List

This is the complete list of members for StormByte::Network::Client, including all inherited members.

Client(const Connection::Protocol &protocol, std::shared_ptr< Connection::Handler > handler, std::shared_ptr< Logger > logger, const PacketInstanceFunction &pf) noexceptStormByte::Network::Client
Client(const Client &other)=deleteStormByte::Network::Client
Client(Client &&other) noexcept=defaultStormByte::Network::Client
Connect(const std::string &hostname, const unsigned short &port) noexceptStormByte::Network::Client
Disconnect() noexceptStormByte::Network::Client
EndPoint(const Connection::Protocol &protocol, std::shared_ptr< Connection::Handler > handler, std::shared_ptr< Logger > logger) noexceptStormByte::Network::EndPoint
EndPoint(const EndPoint &other)=deleteStormByte::Network::EndPoint
EndPoint(EndPoint &&other) noexcept=defaultStormByte::Network::EndPoint
m_handlerStormByte::Network::EndPointprotected
m_loggerStormByte::Network::EndPointprotected
m_protocolStormByte::Network::EndPointprotected
m_socketStormByte::Network::EndPointprotected
m_statusStormByte::Network::EndPointprotected
operator=(const Client &other)=deleteStormByte::Network::Client
operator=(Client &&other) noexcept=defaultStormByte::Network::Client
StormByte::Network::EndPoint::operator=(const EndPoint &other)=deleteStormByte::Network::EndPoint
StormByte::Network::EndPoint::operator=(EndPoint &&other) noexcept=defaultStormByte::Network::EndPoint
Protocol() const noexceptStormByte::Network::EndPoint
Send(const Packet &packet) noexceptStormByte::Network::Client
~Client() noexcept overrideStormByte::Network::Clientvirtual
~EndPoint() noexceptStormByte::Network::EndPointvirtual