YAPOG
0.0.1
Yet Another Pokemon Online Game
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
XmlReaderCollection.hpp
Go to the documentation of this file.
1
#ifndef YAPOG_XMLREADERCOLLECTION_HPP
2
# define YAPOG_XMLREADERCOLLECTION_HPP
3
4
# include "
YAPOG/Macros.hpp
"
5
# include "
YAPOG/Collection/List.hpp
"
6
# include "
YAPOG/System/IO/Xml/XmlReader.hpp
"
7
8
namespace
yap
9
{
10
class
YAPOG_LIB
XmlReaderCollection
11
{
12
DISALLOW_COPY
(
XmlReaderCollection
);
13
14
typedef
collection::List<XmlReaderPtrType>::ConstItType
ConstItType
;
15
16
public
:
17
18
XmlReaderCollection
();
19
~
XmlReaderCollection
();
20
21
void
Add (
const
XmlReaderPtrType
& data);
22
23
ConstItType
begin ()
const
;
24
ConstItType
end ()
const
;
25
26
private
:
27
28
collection::List<XmlReaderPtrType>
data_
;
29
};
30
}
// namespace yap
31
32
#endif // YAPOG_XMLREADERCOLLECTION_HPP
YAPOG
include
YAPOG
System
IO
Xml
XmlReaderCollection.hpp
Generated on Mon Sep 17 2012 22:24:24 for YAPOG by
1.8.1.1