IN2OSM
1.0.1
|
#include <regex.h>
Public Types | |
typedef RegexType::EncodingType | Encoding |
typedef Encoding::Ch | Ch |
Public Member Functions | |
GenericRegexSearch (const RegexType ®ex, Allocator *allocator=0) | |
~GenericRegexSearch () | |
template<typename InputStream > | |
bool | Match (InputStream &is) |
bool | Match (const Ch *s) |
template<typename InputStream > | |
bool | Search (InputStream &is) |
bool | Search (const Ch *s) |
Private Types | |
typedef RegexType::State | State |
typedef RegexType::Range | Range |
Private Member Functions | |
template<typename InputStream > | |
bool | SearchWithAnchoring (InputStream &is, bool anchorBegin, bool anchorEnd) |
size_t | GetStateSetSize () const |
bool | AddState (Stack< Allocator > &l, SizeType index) |
bool | MatchRange (SizeType rangeIndex, unsigned codepoint) const |
Private Attributes | |
const RegexType & | regex_ |
Allocator * | allocator_ |
Allocator * | ownAllocator_ |
Stack< Allocator > | state0_ |
Stack< Allocator > | state1_ |
uint32_t * | stateSet_ |
|
inline |
Definition at line 612 of file regex.h.
|
inline |
Definition at line 624 of file regex.h.
Definition at line 692 of file regex.h.
|
inline |
Definition at line 630 of file regex.h.
|
inlineprivate |
|
inline |
Definition at line 640 of file regex.h.
|
inlineprivate |
Definition at line 654 of file regex.h.