Struct MultiplayerHubMethodMap

Inheritance Relationships

Base Type

  • public std::unordered_map< MultiplayerHubMethod, std::string >

Struct Documentation

struct MultiplayerHubMethodMap : public std::unordered_map<MultiplayerHubMethod, std::string>

Utility class to map input values from MultiplayerHubMethod to string representations.

Public Functions

inline explicit MultiplayerHubMethodMap()
inline ~MultiplayerHubMethodMap()
inline std::string Get(const MultiplayerHubMethod &Method) const