YAPOG
0.0.1
Yet Another Pokemon Online Game
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
XmlReaderCollection.cpp
Go to the documentation of this file.
1
#include "
YAPOG/System/IO/Xml/XmlReaderCollection.hpp
"
2
3
namespace
yap
4
{
5
XmlReaderCollection::XmlReaderCollection
()
6
: data_ ()
7
{
8
}
9
10
XmlReaderCollection::~XmlReaderCollection
()
11
{
12
}
13
14
void
XmlReaderCollection::Add
(
const
XmlReaderPtrType
& data)
15
{
16
data_
.
Add
(data);
17
}
18
19
XmlReaderCollection::ConstItType
XmlReaderCollection::begin
()
const
20
{
21
return
data_
.
Begin
();
22
}
23
24
XmlReaderCollection::ConstItType
XmlReaderCollection::end
()
const
25
{
26
return
data_
.
End
();
27
}
28
}
// namespace yap
YAPOG
src
YAPOG
System
IO
Xml
XmlReaderCollection.cpp
Generated on Mon Sep 17 2012 22:24:26 for YAPOG by
1.8.1.1