IN2OSM  1.0.1
GenericRegex< Encoding, Allocator >::State
Collaboration diagram for GenericRegex< Encoding, Allocator >::State:
Collaboration graph

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 159 of file regex.h.

Member Data Documentation

◆ codepoint

unsigned codepoint

Definition at line 163 of file regex.h.

◆ out

SizeType out

Equals to kInvalid for matching state.

Definition at line 160 of file regex.h.

◆ out1

SizeType out1

Equals to non-kInvalid for split.

Definition at line 161 of file regex.h.

◆ rangeStart

SizeType rangeStart

Definition at line 162 of file regex.h.


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