FastEngine 0.9.4
A multiplayer oriented 2D engine made with Vulkan.
Loading...
Searching...
No Matches
fge::net::Identity Struct Reference

A class to represent a client or server identity with an IP address and a port. More...

#include <C_identity.hpp>

Public Member Functions

bool operator== (Identity const &right) const
std::string toString () const

Public Attributes

IpAddress _ip {}
Port _port { 0 }

Detailed Description

A class to represent a client or server identity with an IP address and a port.


The documentation for this struct was generated from the following file: