Public Member Functions | |
| XML (const std::string &name="") | |
| XML (const XML &old) | |
| ~XML () | |
| template<typename Saver, typename Conv> | |
| void | operator() (std::ostream &out, const Saver &s, const Conv &conv) const |
| Write the automaton in the saver s to out. | |
| template<typename Loader> | |
| void | operator() (std::istream &in, Loader &l, bool check=true) |
| Load an automaton from in into the loader l. | |
Static Public Attributes | |
| static int | inst_ |
| Counter of instances of XML Required to intialize and clean xercesc only once. | |
Protected Attributes | |
| const std::string | name_ |
Definition at line 40 of file XML.hh.
1.5.1