YAPOG  0.0.1
Yet Another Pokemon Online Game
NatureInfoReader.hpp
Go to the documentation of this file.
1 #ifndef YAPOG_NATUREINFOREADER_HPP
2 # define YAPOG_NATUREINFOREADER_HPP
3 
4 # include "YAPOG/Macros.hpp"
7 # include "YAPOG/System/String.hpp"
11 
12 namespace yap
13 {
15  {
17 
18  public:
19  NatureInfoReader (NatureInfo& pokeInfo);
20  NatureInfoReader (NatureInfo& map, const String& xmlRootNodeName);
21  virtual ~NatureInfoReader ();
22 
23  virtual void Visit (XmlReader& visitable);
24  private:
27 
37  };
38 } // namespace yap
39 
40 #endif // YAPOG_NATUREINFOREADER_HPP
41