This library helps to maintain lists of active (in-memory) maps.
More...
Detailed Description
This library helps to maintain lists of active (in-memory) maps.
Function Documentation
aesop::MapManager::~MapManager |
( |
void |
|
) |
throw () [virtual, inherited] |
virtual void aesop::MapManager::clear |
( |
void |
|
) |
[pure virtual, inherited] |
virtual void aesop::MapManager::requestLoad |
( |
IN const char * |
id |
) |
[pure virtual, inherited] |
virtual smart_ptr<MapDynamics> aesop::MapManager::getMap |
( |
IN const char * |
id |
) |
[pure virtual, inherited] |
virtual void aesop::MapManager::tickMaps |
( |
IN float |
seconds |
) |
[pure virtual, inherited] |
virtual void aesop::MapManager::getIterator |
( |
OUT iterator_t & |
i |
) |
[pure virtual, inherited] |
virtual bool aesop::MapManager::getNextMap |
( |
IO iterator_t & |
i, |
|
|
OUT smart_ptr< MapDynamics > & |
map | |
|
) |
| | [pure virtual, inherited] |
smart_ptr< MapManager > aesop::MapManager::create |
( |
IN smart_ptr< Datahash > & |
params, |
|
|
IN smart_ptr< story::Story > & |
story | |
|
) |
| | [static, inherited] |