![]() |
YAPOG
0.0.1
Yet Another Pokemon Online Game
|
#include <BoundingBoxReader.hpp>
Public Member Functions | |
| BoundingBoxReader (BoundingBox &boundingBox, const String &xmlRootNodeName) | |
| virtual | ~BoundingBoxReader () |
| virtual void | Visit (XmlReader &visitable) |
Public Member Functions inherited from yap::BaseReaderVisitor | |
| virtual | ~BaseReaderVisitor () |
| virtual void | Visit (IPacket &visitable) |
| virtual void | Visit (DatabaseStream &visitable) |
Public Member Functions inherited from yap::IReaderVisitor | |
| virtual | ~IReaderVisitor () |
Protected Attributes | |
| String | xmlRootNodeName_ |
Private Member Functions | |
| DISALLOW_COPY (BoundingBoxReader) | |
Private Attributes | |
| BoundingBox & | boundingBox_ |
Additional Inherited Members | |
Protected Member Functions inherited from yap::BaseReaderVisitor | |
| BaseReaderVisitor () | |
Definition at line 12 of file BoundingBoxReader.hpp.
| yap::BoundingBoxReader::BoundingBoxReader | ( | BoundingBox & | boundingBox, |
| const String & | xmlRootNodeName | ||
| ) |
Definition at line 8 of file BoundingBoxReader.cpp.
|
virtual |
Definition at line 18 of file BoundingBoxReader.cpp.
|
private |
|
virtual |
Reimplemented from yap::BaseReaderVisitor.
Definition at line 22 of file BoundingBoxReader.cpp.
|
private |
Definition at line 31 of file BoundingBoxReader.hpp.
|
protected |
Definition at line 27 of file BoundingBoxReader.hpp.