.TH "std::__detail::_StateSeq< _TraitsT >" 3cxx "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::__detail::_StateSeq< _TraitsT > \- Describes a sequence of one or more _State, its current start and end(s)\&. This structure contains fragments of an NFA during construction\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .SS "Public Types" .in +1c .ti -1c .RI "\fBtypedef\fP _NFA< _TraitsT > \fB_RegexT\fP" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "\fB_StateSeq\fP (\fB_RegexT\fP &\fB__nfa\fP, _StateIdT \fB__s\fP)" .br .ti -1c .RI "\fB_StateSeq\fP (\fB_RegexT\fP &\fB__nfa\fP, _StateIdT \fB__s\fP, _StateIdT __end)" .br .ti -1c .RI "\fBvoid\fP \fB_M_append\fP (_StateIdT \fB__id\fP)" .br .ti -1c .RI "\fBvoid\fP \fB_M_append\fP (const \fB_StateSeq\fP &\fB__s\fP)" .br .ti -1c .RI "\fB_StateSeq\fP \fB_M_clone\fP ()" .br .in -1c .SS "Public Attributes" .in +1c .ti -1c .RI "_StateIdT \fB_M_end\fP" .br .ti -1c .RI "\fB_RegexT\fP & \fB_M_nfa\fP" .br .ti -1c .RI "_StateIdT \fB_M_start\fP" .br .in -1c .SH "Detailed Description" .PP .SS "template<\fBtypename\fP _TraitsT> .br class std::__detail::_StateSeq< _TraitsT >"Describes a sequence of one or more _State, its current start and end(s)\&. This structure contains fragments of an NFA during construction\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.