VR-Vantage 3.1 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Namespaces | Macros | Typedefs | Variables
regex.h File Reference

Go to the source code of this file.

Classes

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::GenericRegex< Encoding, Allocator >::DecodedStream< SourceStream >

Namespaces

namespace  internal

Macros

#define RAPIDJSON_REGEX_VERBOSE   0

Typedefs

typedef GenericRegex< UTF8<> > internal::Regex

Variables

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

Macro Definition Documentation

#define RAPIDJSON_REGEX_VERBOSE   0


Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)