![]() |
Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Container for a group read from an INI file. More...
Public Member Functions | |
sGroup (void) | |
sGroup (const AString &a_Name, const AString &a_Color, const AStringVector &a_Inherits, const AStringVector &a_Permissions) | |
Public Attributes | |
AString | m_Color |
AStringVector | m_Inherits |
AString | m_Name |
AStringVector | m_Permissions |
Container for a group read from an INI file.
Definition at line 68 of file RankManager.cpp.
|
inline |
Definition at line 75 of file RankManager.cpp.
|
inline |
Definition at line 77 of file RankManager.cpp.
AString cRankManagerIniMigrator::sGroup::m_Color |
Definition at line 71 of file RankManager.cpp.
AStringVector cRankManagerIniMigrator::sGroup::m_Inherits |
Definition at line 72 of file RankManager.cpp.
AString cRankManagerIniMigrator::sGroup::m_Name |
Definition at line 70 of file RankManager.cpp.
AStringVector cRankManagerIniMigrator::sGroup::m_Permissions |
Definition at line 73 of file RankManager.cpp.