YAPOG  0.0.1
Yet Another Pokemon Online Game
yap::XmlReaderCollection Class Reference

#include <XmlReaderCollection.hpp>

Collaboration diagram for yap::XmlReaderCollection:

List of all members.

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_

Detailed Description

Definition at line 10 of file XmlReaderCollection.hpp.


Member Typedef Documentation


Constructor & Destructor Documentation

yap::XmlReaderCollection::XmlReaderCollection ( )

Definition at line 5 of file XmlReaderCollection.cpp.

yap::XmlReaderCollection::~XmlReaderCollection ( )

Definition at line 10 of file XmlReaderCollection.cpp.


Member Function Documentation

void yap::XmlReaderCollection::Add ( const XmlReaderPtrType data)

Definition at line 14 of file XmlReaderCollection.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

XmlReaderCollection::ConstItType yap::XmlReaderCollection::begin ( ) const

Definition at line 19 of file XmlReaderCollection.cpp.

Here is the call graph for this function:

yap::XmlReaderCollection::DISALLOW_COPY ( XmlReaderCollection  )
private
XmlReaderCollection::ConstItType yap::XmlReaderCollection::end ( ) const

Definition at line 24 of file XmlReaderCollection.cpp.

Here is the call graph for this function:


Member Data Documentation

collection::List<XmlReaderPtrType> yap::XmlReaderCollection::data_
private

Definition at line 28 of file XmlReaderCollection.hpp.


The documentation for this class was generated from the following files: