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

Public Attributes

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

Detailed Description

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

Definition at line 155 of file regex.h.

Member Data Documentation

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

Definition at line 159 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 156 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 157 of file regex.h.

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

Definition at line 158 of file regex.h.


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