RetroArch
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
 

Member Data Documentation

◆ codepoint

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

◆ out

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

Equals to kInvalid for matching state.

◆ out1

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

Equals to non-kInvalid for split.

◆ rangeStart

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

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