|
template<class FirstSymbolType , class SecondSymbolType > |
static ext::pair< DefaultSymbolType, ext::vector< DefaultSymbolType > > | normalizeRHS (ext::pair< FirstSymbolType, ext::vector< SecondSymbolType > > &&symbol) |
|
template<class FirstSymbolType , class SecondSymbolType , class ThirdSymbolType > |
static ext::variant< DefaultSymbolType, ext::pair< DefaultSymbolType, DefaultSymbolType > > | normalizeRHS (ext::variant< FirstSymbolType, ext::pair< SecondSymbolType, ThirdSymbolType > > &&symbol) |
|
template<class FirstSymbolType , class SecondSymbolType , class ThirdSymbolType > |
static ext::variant< ext::vector< DefaultSymbolType >, ext::pair< DefaultSymbolType, ext::vector< DefaultSymbolType > > > | normalizeRHS (ext::variant< ext::vector< FirstSymbolType >, ext::pair< SecondSymbolType, ext::vector< ThirdSymbolType > > > &&symbol) |
|
template<class FirstSymbolType , class SecondSymbolType , class ThirdSymbolType > |
static ext::variant< ext::vector< DefaultSymbolType >, ext::pair< ext::vector< DefaultSymbolType >, DefaultSymbolType > > | normalizeRHS (ext::variant< ext::vector< FirstSymbolType >, ext::pair< ext::vector< SecondSymbolType >, ThirdSymbolType > > &&symbol) |
|
template<class FirstSymbolType , class SecondSymbolType , class ThirdSymbolType , class FourthSymbolType > |
static ext::variant< ext::vector< DefaultSymbolType >, ext::tuple< ext::vector< DefaultSymbolType >, DefaultSymbolType, ext::vector< DefaultSymbolType > > > | normalizeRHS (ext::variant< ext::vector< FirstSymbolType >, ext::tuple< ext::vector< SecondSymbolType >, ThirdSymbolType, ext::vector< FourthSymbolType > > > &&symbols) |
|
This class contains methods to print XML representation of automata to the output stream.