Public Attributes | List of all members
internal::GenericRegex< Encoding, Allocator >::State Struct Reference

Public Attributes

unsigned codepoint
 
SizeType out
 Equals to kInvalid for matching state. More...
 
SizeType out1
 Equals to non-kInvalid for split. More...
 
SizeType rangeStart
 

Detailed Description

template<typename Encoding, typename Allocator = CrtAllocator>
struct internal::GenericRegex< Encoding, Allocator >::State

Definition at line 157 of file regex.h.

Member Data Documentation

template<typename Encoding , typename Allocator = CrtAllocator>
unsigned internal::GenericRegex< Encoding, Allocator >::State::codepoint

Definition at line 161 of file regex.h.

template<typename Encoding , typename Allocator = CrtAllocator>
SizeType internal::GenericRegex< Encoding, Allocator >::State::out

Equals to kInvalid for matching state.

Definition at line 158 of file regex.h.

template<typename Encoding , typename Allocator = CrtAllocator>
SizeType internal::GenericRegex< Encoding, Allocator >::State::out1

Equals to non-kInvalid for split.

Definition at line 159 of file regex.h.

template<typename Encoding , typename Allocator = CrtAllocator>
SizeType internal::GenericRegex< Encoding, Allocator >::State::rangeStart

Definition at line 160 of file regex.h.


The documentation for this struct was generated from the following file:


choreo_rapidjson
Author(s):
autogenerated on Thu Jul 18 2019 03:59:10