YAPOG  0.0.1
Yet Another Pokemon Online Game
XmlReaderCollection.cpp
Go to the documentation of this file.
2 
3 namespace yap
4 {
6  : data_ ()
7  {
8  }
9 
11  {
12  }
13 
15  {
16  data_.Add (data);
17  }
18 
20  {
21  return data_.Begin ();
22  }
23 
25  {
26  return data_.End ();
27  }
28 } // namespace yap