![]() |
YAPOG
0.0.1
Yet Another Pokemon Online Game
|
#include <XmlReaderCollection.hpp>
Public Member Functions | |
| XmlReaderCollection () | |
| ~XmlReaderCollection () | |
| void | Add (const XmlReaderPtrType &data) |
| ConstItType | begin () const |
| ConstItType | end () const |
Private Types | |
| typedef collection::List < XmlReaderPtrType > ::ConstItType | ConstItType |
Private Member Functions | |
| DISALLOW_COPY (XmlReaderCollection) | |
Private Attributes | |
| collection::List < XmlReaderPtrType > | data_ |
Definition at line 10 of file XmlReaderCollection.hpp.
|
private |
Definition at line 14 of file XmlReaderCollection.hpp.
| yap::XmlReaderCollection::XmlReaderCollection | ( | ) |
Definition at line 5 of file XmlReaderCollection.cpp.
| yap::XmlReaderCollection::~XmlReaderCollection | ( | ) |
Definition at line 10 of file XmlReaderCollection.cpp.
| void yap::XmlReaderCollection::Add | ( | const XmlReaderPtrType & | data | ) |
Definition at line 14 of file XmlReaderCollection.cpp.
| XmlReaderCollection::ConstItType yap::XmlReaderCollection::begin | ( | ) | const |
|
private |
| XmlReaderCollection::ConstItType yap::XmlReaderCollection::end | ( | ) | const |
|
private |
Definition at line 28 of file XmlReaderCollection.hpp.