Public Member Functions | |
XML (const std::string &name="", bool use_label_node=false) | |
XML (const XML &old) | |
~XML () | |
void | check (bool check) |
template<typename Saver, typename Conv> | |
void | operator() (std::ostream &out, const Saver &s, const Conv &conv) const |
Write an automaton to out. | |
template<typename Loader> | |
void | operator() (std::istream &in, Loader &l) |
Load an automaton from in. | |
Static Public Attributes | |
static int | inst_ = 0 |
Protected Attributes | |
const std::string | name_ |
bool | use_label_node_ |
bool | check_ |
Definition at line 38 of file XML.hh.