#include <list>
#include <map>
#include "account-server/account.hpp"
#include "account-server/characterdata.hpp"
#include "chat-server/chatchannel.hpp"
Go to the source code of this file.
Classes | |
| class | Storage |
| A storage to load and persist dynamic data. More... | |
Typedefs | |
| typedef std::map< unsigned, AccountPtr > | Accounts |
| Data type for the list of accounts. | |
|
|
Data type for the list of accounts.
Definition at line 37 of file storage.hpp. |
1.3.9.1