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

Public Member Functions

 Frag (SizeType s, SizeType o, SizeType m)
 

Public Attributes

SizeType start
 
SizeType out
 link-list of all output states More...
 
SizeType minIndex
 

Detailed Description

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

Definition at line 166 of file regex.h.

Constructor & Destructor Documentation

◆ Frag()

Frag ( SizeType  s,
SizeType  o,
SizeType  m 
)
inline

Definition at line 167 of file regex.h.

167 : start(s), out(o), minIndex(m) {}
SizeType out
link-list of all output states
Definition: regex.h:169

Member Data Documentation

◆ minIndex

SizeType minIndex

Definition at line 170 of file regex.h.

◆ out

SizeType out

link-list of all output states

Definition at line 169 of file regex.h.

◆ start

SizeType start

Definition at line 168 of file regex.h.


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