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

Public Attributes

unsigned start
 
unsigned end
 
SizeType next
 

Detailed Description

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

Definition at line 149 of file regex.h.

Member Data Documentation

template<typename Encoding , typename Allocator = CrtAllocator>
unsigned internal::GenericRegex< Encoding, Allocator >::Range::end

Definition at line 151 of file regex.h.

template<typename Encoding , typename Allocator = CrtAllocator>
SizeType internal::GenericRegex< Encoding, Allocator >::Range::next

Definition at line 152 of file regex.h.

template<typename Encoding , typename Allocator = CrtAllocator>
unsigned internal::GenericRegex< Encoding, Allocator >::Range::start

Definition at line 150 of file regex.h.


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