9#include <ext/ptr_vector>
47 template <
class SymbolType >
51 template <
class SymbolType >
54 template <
class SymbolType >
Class representing wrapper of dynamically allocated object behaving like rvalue reference.
Definition: ptr_value.hpp:40
Implementation of vector storing dynamicaly allocated instances of given type. The class mimicks the ...
Definition: ptr_vector.hpp:44
Definition: UnboundedRegExpElement.h:62
Unbounded regular expression represents regular expression. It describes regular languages....
Definition: UnboundedRegExp.h:80
Definition: RandomRegExpFactory.h:22
static regexp::UnboundedRegExp< std::string > generateUnboundedRegExp(size_t leafNodes, size_t height, size_t alphabetSize, bool randomizedAlphabet)
Definition: RandomRegExpFactory.cpp:21
Definition: BarSymbol.cpp:12
Definition: ToAutomaton.h:15