YAPOG  0.0.1
Yet Another Pokemon Online Game
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"
7 
8 namespace yap
9 {
11  {
13 
15 
16  public:
17 
20 
21  void Add (const XmlReaderPtrType& data);
22 
23  ConstItType begin () const;
24  ConstItType end () const;
25 
26  private:
27 
29  };
30 } // namespace yap
31 
32 #endif // YAPOG_XMLREADERCOLLECTION_HPP