IN2OSM
1.0.1
|
Go to the source code of this file.
Classes | |
class | DecodedStream< SourceStream, Encoding > |
class | GenericRegexSearch< RegexType, Allocator > |
class | GenericRegex< Encoding, Allocator > |
Regular expression engine with subset of ECMAscript grammar. More... | |
struct | GenericRegex< Encoding, Allocator >::Range |
struct | GenericRegex< Encoding, Allocator >::State |
struct | GenericRegex< Encoding, Allocator >::Frag |
class | GenericRegexSearch< RegexType, Allocator > |
Namespaces | |
internal | |
Macros | |
#define | RAPIDJSON_REGEX_VERBOSE 0 |
Typedefs | |
typedef GenericRegex< UTF8<> > | Regex |
typedef GenericRegexSearch< Regex > | RegexSearch |
Variables | |
static const SizeType | kRegexInvalidState = ~SizeType(0) |
Represents an invalid index in GenericRegex::State::out, out1. More... | |
static const SizeType | kRegexInvalidRange = ~SizeType(0) |