Include dependency graph for fsm_dump.hh:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | vcsn |
namespace | vcsn::tools |
Functions | |
template<typename St, typename auto_t> | |
void | fsm_dump (St &out, const auto_t &a) |
Basic and non configurable saver in the 'fsm' format. | |
template<typename St, typename AutoType_> | |
void | fsm_load (St &in, AutoType_ &a) |
Basic and non configurable loader in the 'fsm' format. |
Definition in file fsm_dump.hh.
|
Basic and non configurable saver in the 'fsm' format. Every elements (series, state_content ...) must be printable. Definition at line 41 of file fsm_dump.hxx. |