
Public Types | |
|
typedef Factory< Node< T >, std::string > | factory_t |
|
typedef std::map< std::string, hstate_t > | map_t |
|
typedef reference_pair< std::map< hstate_t, std::pair< double, double > >, hstate_t > | map_state_pair_t |
|
typedef reference_pair< std::map< htransition_t, std::pair< double, double > >, htransition_t > | map_transition_pair_t |
Public Member Functions | |
| void | process (xercesc::DOMElement *, T &, typename Node< T >::map_t &, typename Node< T >::factory_t &) |
| template<class U> | |
| void | process (xercesc::DOMElement *, T &, U &, typename Node< T >::map_t &, typename Node< T >::factory_t &) |
Static Public Member Functions | |
| static Node< T > * | create () |
Definition at line 117 of file node.hh.
|
||||||||||||||||||||||||
|
FIXME: handle attribute "direction". Definition at line 544 of file node.hxx. References vcsn::xml::transcode(), and vcsn::xml::xml2str(). |
1.4.6