Classes | Namespaces | Macros | Typedefs | Variables
regex.h File Reference
#include "../allocators.h"
#include "../stream.h"
#include "stack.h"

Go to the source code of this file.

Classes

class  internal::DecodedStream< SourceStream, Encoding >
 
class  internal::GenericRegexSearch< RegexType, Allocator >
 
class  internal::GenericRegex< Encoding, Allocator >
 Regular expression engine with subset of ECMAscript grammar. More...
 
struct  internal::GenericRegex< Encoding, Allocator >::Range
 
struct  internal::GenericRegex< Encoding, Allocator >::State
 
struct  internal::GenericRegex< Encoding, Allocator >::Frag
 
class  internal::GenericRegexSearch< RegexType, Allocator >
 

Namespaces

 internal
 

Macros

#define RAPIDJSON_REGEX_VERBOSE   0
 

Typedefs

typedef GenericRegex< UTF8<> > internal::Regex
 
typedef GenericRegexSearch< Regex > internal::RegexSearch
 

Variables

static const SizeType internal::kRegexInvalidState = ~SizeType(0)
 Represents an invalid index in GenericRegex::State::out, out1. More...
 
static const SizeType internal::kRegexInvalidRange = ~SizeType(0)
 

Macro Definition Documentation

#define RAPIDJSON_REGEX_VERBOSE   0

Definition at line 41 of file regex.h.