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

Public Types

enum class  Types {
  ERR_ALREADY_INVALID , ERR_EXTRACT , ERR_RULE , ERR_TRANSMIT ,
  ERR_DATA , ERR_SCENE_OLD_PACKET
}

Public Member Functions

constexpr Error (Types type)
constexpr Error (Types type, std::size_t readPos, char const *error, char const *function)
constexpr Error (Types type, char const *error, char const *function)
void dump (std::ostream &os) const

Public Attributes

Types _type
std::size_t _readPos {0}
char const * _error {nullptr}
char const * _function {nullptr}

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