Assimp  v4.1. (December 2018)
regex.h File Reference

Classes

class  internal::DecodedStream< SourceStream, Encoding >
 
class  internal::GenericRegex< Encoding, Allocator >
 Regular expression engine with subset of ECMAscript grammar. More...
 
class  internal::GenericRegexSearch< RegexType, Allocator >
 
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::kRegexInvalidRange = ~SizeType(0)
 
static const SizeType internal::kRegexInvalidState = ~SizeType(0)
 Represents an invalid index in GenericRegex::State::out, out1. More...
 

Macro Definition Documentation

◆ RAPIDJSON_REGEX_VERBOSE

#define RAPIDJSON_REGEX_VERBOSE   0