![]() |
YAPOG
0.0.1
Yet Another Pokemon Online Game
|
#include <WorldObjectStateFactory.hpp>
Classes | |
| class | WorldObjectStateInfo |
Public Member Functions | |
| void | AddState (const String &state, const String &logicalState) |
| void | AddJoin (const String &state, const String &join) |
| WorldObjectStateInfo & | GetState (const String &state) |
Static Public Member Functions | |
| static WorldObjectStateFactory & | Instance () |
Private Member Functions | |
| DISALLOW_COPY (WorldObjectStateFactory) | |
| WorldObjectStateFactory () | |
| ~WorldObjectStateFactory () | |
Private Attributes | |
| collection::Map< String, WorldObjectStateInfo * > | states_ |
Definition at line 11 of file WorldObjectStateFactory.hpp.
|
private |
Definition at line 5 of file WorldObjectStateFactory.cpp.
|
private |
Definition at line 10 of file WorldObjectStateFactory.cpp.
Definition at line 30 of file WorldObjectStateFactory.cpp.
Definition at line 23 of file WorldObjectStateFactory.cpp.
|
private |
| WorldObjectStateFactory::WorldObjectStateInfo & yap::WorldObjectStateFactory::GetState | ( | const String & | state | ) |
Definition at line 38 of file WorldObjectStateFactory.cpp.
|
static |
Definition at line 16 of file WorldObjectStateFactory.cpp.
|
private |
Definition at line 51 of file WorldObjectStateFactory.hpp.