33 template <
class SymbolType >
39 template <
class SymbolType >
45 template <
class SymbolType >
51 template <
class SymbolType >
55template <
class SymbolType >
60template <
class SymbolType >
65template <
class SymbolType >
70template <
class SymbolType >
Represents the iteration operator in the regular expression. The node has exactly one child.
Definition: UnboundedRegExpIteration.h:43
Represents unbounded regular expression structure. Regular expression is stored as a tree of Unbounde...
Definition: UnboundedRegExpStructure.h:47
Unbounded regular expression represents regular expression. It describes regular languages....
Definition: UnboundedRegExp.h:80
ContainerType< ResType > transform(const ContainerType< InType, Ts ... > &in, Callback transform)
In container tranformation of all elements according to the tranform.
Definition: algorithm.hpp:150
Definition: ToAutomaton.h:15