|
template<class SymbolType , class StateType > |
static void | convert (ext::ostream &out, const automaton::DFA< SymbolType, StateType > &a) |
|
template<class SymbolType , class StateType > |
static void | convert (ext::ostream &out, const automaton::NFA< SymbolType, StateType > &a) |
|
template<class SymbolType , class StateType > |
static void | convert (ext::ostream &out, const automaton::MultiInitialStateNFA< SymbolType, StateType > &a) |
|
template<class SymbolType , class StateType > |
static void | convert (ext::ostream &out, const automaton::EpsilonNFA< SymbolType, StateType > &a) |
|
template<class SymbolType , class StateType > |
static void | convert (ext::ostream &out, const automaton::ExtendedNFA< SymbolType, StateType > &a) |
|
template<class SymbolType , class StateType > |
static void | convert (ext::ostream &out, const automaton::CompactNFA< SymbolType, StateType > &a) |
|
template<class SymbolType , class StateType > |
static void | convert (ext::ostream &out, const automaton::NFTA< SymbolType, StateType > &a) |
|
template<class SymbolType , class StateType > |
static void | convert (ext::ostream &out, const automaton::DFTA< SymbolType, StateType > &a) |
|
template<class InputSymbolType , class PushdownStoreSymbolType , class StateType > |
static void | convert (ext::ostream &out, const automaton::DPDA< InputSymbolType, PushdownStoreSymbolType, StateType > &a) |
|
template<class InputSymbolType , class PushdownStoreSymbolType , class StateType > |
static void | convert (ext::ostream &out, const automaton::NPDA< InputSymbolType, PushdownStoreSymbolType, StateType > &a) |
|
template<class InputSymbolType , class PushdownStoreSymbolType , class StateType > |
static void | convert (ext::ostream &out, const automaton::SinglePopDPDA< InputSymbolType, PushdownStoreSymbolType, StateType > &a) |
|
template<class InputSymbolType , class PushdownStoreSymbolType , class StateType > |
static void | convert (ext::ostream &out, const automaton::SinglePopNPDA< InputSymbolType, PushdownStoreSymbolType, StateType > &a) |
|
template<class InputSymbolType , class PushdownStoreSymbolType , class StateType > |
static void | convert (ext::ostream &out, const automaton::InputDrivenDPDA< InputSymbolType, PushdownStoreSymbolType, StateType > &a) |
|
template<class InputSymbolType , class PushdownStoreSymbolType , class StateType > |
static void | convert (ext::ostream &out, const automaton::InputDrivenNPDA< InputSymbolType, PushdownStoreSymbolType, StateType > &a) |
|
template<class InputSymbolType , class PushdownStoreSymbolType , class StateType > |
static void | convert (ext::ostream &out, const automaton::VisiblyPushdownDPDA< InputSymbolType, PushdownStoreSymbolType, StateType > &a) |
|
template<class InputSymbolType , class PushdownStoreSymbolType , class StateType > |
static void | convert (ext::ostream &out, const automaton::VisiblyPushdownNPDA< InputSymbolType, PushdownStoreSymbolType, StateType > &a) |
|
template<class InputSymbolType , class PushdownStoreSymbolType , class StateType > |
static void | convert (ext::ostream &out, const automaton::RealTimeHeightDeterministicDPDA< InputSymbolType, PushdownStoreSymbolType, StateType > &a) |
|
template<class InputSymbolType , class PushdownStoreSymbolType , class StateType > |
static void | convert (ext::ostream &out, const automaton::RealTimeHeightDeterministicNPDA< InputSymbolType, PushdownStoreSymbolType, StateType > &a) |
|
template<class SymbolType , class StateType > |
static void | convert (ext::ostream &out, const automaton::OneTapeDTM< SymbolType, StateType > &a) |
|
template<class T > |
static std::string | convert (const T &automaton) |
|