![]() |
YAPOG
0.0.1
Yet Another Pokemon Online Game
|
#include <WorldObjectState.hpp>
Public Member Functions | |
| WorldObjectState () | |
| WorldObjectState (const WorldObjectState ©) | |
| WorldObjectState (const String &state) | |
| WorldObjectState & | operator= (const WorldObjectState ©) |
| WorldObjectState & | operator= (const String &other) |
| bool | operator< (const WorldObjectState &right) const |
| bool | operator== (const WorldObjectState &right) const |
| bool | operator!= (const WorldObjectState &right) const |
| bool | operator== (const String &right) const |
| bool | operator!= (const String &right) const |
| const String & | GetName () const |
| const String & | GetLogicalName () const |
| bool | IsJoinedTo (const String &other) const |
Private Attributes | |
| WorldObjectStateFactory::WorldObjectStateInfo * | info_ |
Definition at line 10 of file WorldObjectState.hpp.
| yap::WorldObjectState::WorldObjectState | ( | ) |
Definition at line 5 of file WorldObjectState.cpp.
| yap::WorldObjectState::WorldObjectState | ( | const WorldObjectState & | copy | ) |
Definition at line 10 of file WorldObjectState.cpp.
| yap::WorldObjectState::WorldObjectState | ( | const String & | state | ) |
| const String & yap::WorldObjectState::GetLogicalName | ( | ) | const |
Definition at line 71 of file WorldObjectState.cpp.
| const String & yap::WorldObjectState::GetName | ( | ) | const |
Definition at line 66 of file WorldObjectState.cpp.
| bool yap::WorldObjectState::IsJoinedTo | ( | const String & | other | ) | const |
Definition at line 76 of file WorldObjectState.cpp.
| bool yap::WorldObjectState::operator!= | ( | const WorldObjectState & | right | ) | const |
| bool yap::WorldObjectState::operator!= | ( | const String & | right | ) | const |
| bool yap::WorldObjectState::operator< | ( | const WorldObjectState & | right | ) | const |
Definition at line 41 of file WorldObjectState.cpp.
| WorldObjectState & yap::WorldObjectState::operator= | ( | const WorldObjectState & | copy | ) |
Definition at line 21 of file WorldObjectState.cpp.
| WorldObjectState & yap::WorldObjectState::operator= | ( | const String & | other | ) |
| bool yap::WorldObjectState::operator== | ( | const WorldObjectState & | right | ) | const |
| bool yap::WorldObjectState::operator== | ( | const String & | right | ) | const |
|
private |
Definition at line 35 of file WorldObjectState.hpp.