![]() |
YAPOG
0.0.1
Yet Another Pokemon Online Game
|
#include <MapCollidableInfo.hpp>
Public Types | |
| typedef std::shared_ptr < MapCollidableInfo > | PtrType |
Public Member Functions | |
| MapCollidableInfo (const ICollidable &collidable, const WorldObject &parent) | |
| const ICollidable & | GetCollidable () const |
| const WorldObject & | GetParent () const |
Private Member Functions | |
| DISALLOW_COPY (MapCollidableInfo) | |
Private Attributes | |
| const ICollidable & | collidable_ |
| const WorldObject & | parent_ |
Definition at line 14 of file MapCollidableInfo.hpp.
| typedef std::shared_ptr<MapCollidableInfo> yap::MapCollidableInfo::PtrType |
Definition at line 20 of file MapCollidableInfo.hpp.
| yap::MapCollidableInfo::MapCollidableInfo | ( | const ICollidable & | collidable, |
| const WorldObject & | parent | ||
| ) |
Definition at line 5 of file MapCollidableInfo.cpp.
|
private |
| const ICollidable & yap::MapCollidableInfo::GetCollidable | ( | ) | const |
Definition at line 13 of file MapCollidableInfo.cpp.
| const WorldObject & yap::MapCollidableInfo::GetParent | ( | ) | const |
Definition at line 18 of file MapCollidableInfo.cpp.
|
private |
Definition at line 31 of file MapCollidableInfo.hpp.
|
private |
Definition at line 32 of file MapCollidableInfo.hpp.