|
Pol
Revision:cb584c9
|
#include <map>#include <string>#include <vector>Go to the source code of this file.
Namespaces | |
| Pol | |
| Pol::Core | |
| Pol::Realms | |
Macros | |
| #define | MAX_NUMER_REALMS 6 |
Functions | |
| void | Pol::Core::add_realm (const std::string &name, Realms::Realm *base) |
| bool | Pol::Core::defined_realm (const std::string &name) |
| Realms::Realm * | Pol::Core::find_realm (const std::string &name) |
| void | Pol::Core::remove_realm (const std::string &name) |
Definition in file realms.h.
| #define MAX_NUMER_REALMS 6 |
Definition at line 31 of file realms.h.
Referenced by Pol::Core::load_realms().