Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
▼Nreflex | |
▼CAbstractLexer | < |
CMatcher | Extend matcher class M with a member pointing to the instantiating lexer class |
▼CAbstractMatcher | |
CConst | AbstractMatcher::Const common constants |
CIterator | AbstractMatcher::Iterator class for scanning, searching, and splitting input character sequences |
COperation | AbstractMatcher::Operation functor to match input to a pattern, also provides a (const) AbstractMatcher::iterator to iterate over matches |
COption | AbstractMatcher::Options for matcher engines |
▼CBits | |
CBitref | References a single bit, returned by operator[] |
CBoostMatcher | |
CBoostPerlMatcher | |
CBoostPosixMatcher | |
▼CFlexLexer | < |
CMatcher | Extends reflex::AbstractLexer::Matcher for Flex-compatibility |
▼CInput | |
CConst | Common constants |
▼Clazy_intersection | Intersection of two ordered sets, with an iterator to get elements lazely |
Citerator | Iterator to lazely get elements of a set intersection |
▼Clazy_union | Union of two ordered sets, with an iterator to get elements lazely |
Citerator | Iterator to lazely get elements of a set union |
CMatcher | |
CORanges | |
▼CPattern | |
CError | Throwable error structure reflex::Pattern::Error |
COption | Global modifier modes, syntax flags, and compiler options |
CPosition | |
CState | Finite state machine |
CPatternMatcher | < |
Crange_compare | Functor to order ranges in the reflex::Ranges set container |
CRanges | |
CTypeOp | TypeOp<T>::Type = T, TypeOp<T>::ConstType = const T, TypeOp<T>::NonConstType = non-const T |
CTypeOp< const T > | Template specialization of reflex::TypeOp |
▼CReflex | |
CCode | |
CRule | |