|
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::Client, including all inherited members.
| Client(const DeserializePacketFunction &deserialize_packet_function, std::shared_ptr< Logger::Log > logger) noexcept | StormByte::Network::Client | inline |
| Client(const Client &other)=delete | StormByte::Network::Client | |
| Client(Client &&other) noexcept=default | StormByte::Network::Client | |
| Connect(const Connection::Protocol &protocol, const std::string &address, const unsigned short &port) override | StormByte::Network::Client | virtual |
| Disconnect() noexcept override | StormByte::Network::Client | virtual |
| operator=(const Client &other)=delete | StormByte::Network::Client | |
| operator=(Client &&other) noexcept=default | StormByte::Network::Client | |
| StormByte::Network::Endpoint::operator=(const Endpoint &other)=delete | StormByte::Network::Endpoint | private |
| StormByte::Network::Endpoint::operator=(Endpoint &&other) noexcept=default | StormByte::Network::Endpoint | private |
| Send(const Transport::Packet &packet) noexcept | StormByte::Network::Client | protected |
| StormByte::Network::Endpoint::Send(std::shared_ptr< Connection::Client > client_connection, const Transport::Packet &packet) noexcept | StormByte::Network::Endpoint | private |
| Status() const noexcept override | StormByte::Network::Client | virtual |
| ~Client() noexcept | StormByte::Network::Client | virtual |