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

Member Data Documentation

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

Definition at line 186 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 183 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 184 of file regex.h.

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

Definition at line 185 of file regex.h.


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


xbot_talker
Author(s): wangxiaoyun
autogenerated on Sat Oct 10 2020 03:27:54