Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
internal::GenericRegex< Encoding, Allocator >::State Struct Reference
Collaboration diagram for internal::GenericRegex< Encoding, Allocator >::State:

Public Attributes

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

Detailed Description

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

Definition at line 156 of file regex.h.

Member Data Documentation

◆ codepoint

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

Definition at line 160 of file regex.h.

◆ out

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

Equals to kInvalid for matching state.

Definition at line 157 of file regex.h.

◆ out1

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

Equals to non-kInvalid for split.

Definition at line 158 of file regex.h.

◆ rangeStart

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

Definition at line 159 of file regex.h.


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