![]() |
YAPOG
0.0.1
Yet Another Pokemon Online Game
|
#include <MapEventInfo.hpp>
Public Types | |
| typedef std::shared_ptr < MapEventInfo > | PtrType |
Public Member Functions | |
| MapEventInfo (ICollidable &sourceCollidable, MapEvent &event, DynamicWorldObject &parent) | |
| ICollidable & | GetSourceCollidable () |
| MapEvent & | GetEvent () |
| DynamicWorldObject & | GetParent () |
Private Member Functions | |
| DISALLOW_COPY (MapEventInfo) | |
Private Attributes | |
| ICollidable & | sourceCollidable_ |
| MapEvent & | event_ |
| DynamicWorldObject & | parent_ |
Definition at line 15 of file MapEventInfo.hpp.
| typedef std::shared_ptr<MapEventInfo> yap::MapEventInfo::PtrType |
Definition at line 21 of file MapEventInfo.hpp.
| yap::MapEventInfo::MapEventInfo | ( | ICollidable & | sourceCollidable, |
| MapEvent & | event, | ||
| DynamicWorldObject & | parent | ||
| ) |
Definition at line 5 of file MapEventInfo.cpp.
|
private |
| MapEvent & yap::MapEventInfo::GetEvent | ( | ) |
| DynamicWorldObject & yap::MapEventInfo::GetParent | ( | ) |
| ICollidable & yap::MapEventInfo::GetSourceCollidable | ( | ) |
Definition at line 15 of file MapEventInfo.cpp.
|
private |
Definition at line 35 of file MapEventInfo.hpp.
|
private |
Definition at line 36 of file MapEventInfo.hpp.
|
private |
Definition at line 34 of file MapEventInfo.hpp.