28template <
class SymbolType >
29class UnboundedRegExpStructure;
44template <
class SymbolType >
151template <
class SymbolType >
153 setStructure ( std::move ( structure ) );
156template <
class SymbolType >
160template <
class SymbolType >
164template <
class SymbolType >
168template <
class SymbolType >
170 return * m_structure;
173template <
class SymbolType >
175 return * m_structure;
178template <
class SymbolType >
183template <
class SymbolType >
Managed pointer simulating value like behavior.
Definition: memory.hpp:233
Represents unbounded regular expression structure. Regular expression is stored as a tree of Unbounde...
Definition: UnboundedRegExpStructure.h:47
p second
Definition: ToRegExpAlgebraic.h:126
auto move_copy(const T ¶m)
Allow moving of copied instance of the source.
Definition: utility.hpp:45
Definition: ToAutomaton.h:15