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

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

Constructor & Destructor Documentation

template<typename Encoding , typename Allocator = CrtAllocator>
internal::GenericRegex< Encoding, Allocator >::Frag::Frag ( SizeType  s,
SizeType  o,
SizeType  m 
)
inline

Definition at line 163 of file regex.h.

163 : start(s), out(o), minIndex(m) {}
SizeType out
link-list of all output states
Definition: regex.h:165
static QCString * s
Definition: config.cpp:1042

Member Data Documentation

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

Definition at line 166 of file regex.h.

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

link-list of all output states

Definition at line 165 of file regex.h.

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

Definition at line 164 of file regex.h.


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