.TH "std::__detail::_StateSeq< _TraitsT >" 3cxx "Tue Jul 2 2019" "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 .SS "Public Types" .in +1c .ti -1c .RI "typedef _NFA< _TraitsT > \fB_RegexT\fP" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "\fB_StateSeq\fP (_RegexT &__nfa, _StateIdT __s)" .br .ti -1c .RI "\fB_StateSeq\fP (_RegexT &__nfa, _StateIdT __s, _StateIdT __end)" .br .ti -1c .RI "void \fB_M_append\fP (_StateIdT __id)" .br .ti -1c .RI "void \fB_M_append\fP (const \fB_StateSeq\fP &__s)" .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 "_RegexT & \fB_M_nfa\fP" .br .ti -1c .RI "_StateIdT \fB_M_start\fP" .br .in -1c .SH "Detailed Description" .PP .SS "template .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\&. .PP Definition at line 355 of file regex_automaton\&.h\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.