#include <guild.h>
Public Methods | |
| void | archive () |
| bool | load () |
| bool | save () |
| cGuildz () | |
| ~cGuildz () | |
| P_GUILD | getGuild (SERIAL guild) |
| get a guild pointer for a given guild | |
| P_GUILD | addGuild (SERIAL stone) |
| add a new guild to the list of guilds | |
| void | removeGuild (SERIAL guild) |
| remove a guild from the list of guilds | |
| int | cGuildz::compareGuilds (P_GUILD guild1, P_GUILD guild2) |
| void | cGuildz::checkConsistancy (void) |
Public Attributes | |
| std::map< SERIAL, P_GUILD > | guilds |
Private Methods | |
| void | safeoldsave () |
| std::string | getFullAdress () |
|
|
|
|
|
|
|
|
add a new guild to the list of guilds
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
get a guild pointer for a given guild
|
|
|
|
|
|
remove a guild from the list of guilds
|
|
|
|
|
|
|
|
|
|