Public Types | |
enum | dump_format |
Public Member Functions | |
dumper (int argc, char **argv, int pos=1) | |
Build a dumper which arguments are in argv starting at pos. | |
void | usage (int estatus) |
Display a help message, and exit with status estatus. | |
enum dump_format | dump_format (std::string fmt) |
const char * | get_fmt () const |
void | operator() (std::ostream &o, const automaton_t &automaton, const std::string &name="automaton") |
Definition at line 47 of file dumper.hh.