.TH "std::__detail::_StateSeq< _TraitsT >" 3cxx "Sun Jan 8 2023" "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 "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 \fB354\fP of file \fBregex\fP\&. .SH "Member Typedef Documentation" .PP .SS "template typedef _NFA<_TraitsT> \fBstd::__detail::_StateSeq\fP< _TraitsT >::_RegexT" .PP Definition at line \fB357\fP of file \fBregex\fP\&. .SH "Constructor & Destructor Documentation" .PP .SS "template \fBstd::__detail::_StateSeq\fP< _TraitsT >::_StateSeq (_RegexT & __nfa, _StateIdT __s)\fC [inline]\fP" .PP Definition at line \fB360\fP of file \fBregex\fP\&. .SS "template \fBstd::__detail::_StateSeq\fP< _TraitsT >::_StateSeq (_RegexT & __nfa, _StateIdT __s, _StateIdT __end)\fC [inline]\fP" .PP Definition at line \fB364\fP of file \fBregex\fP\&. .SH "Member Function Documentation" .PP .SS "template void \fBstd::__detail::_StateSeq\fP< _TraitsT >::_M_append (_StateIdT __id)\fC [inline]\fP" .PP Definition at line \fB370\fP of file \fBregex\fP\&. .SS "template void \fBstd::__detail::_StateSeq\fP< _TraitsT >::_M_append (const \fB_StateSeq\fP< _TraitsT > & __s)\fC [inline]\fP" .PP Definition at line \fB378\fP of file \fBregex\fP\&. .SS "template \fB_StateSeq\fP< _TraitsT > \fBstd::__detail::_StateSeq\fP< _TraitsT >::_M_clone" .PP Definition at line \fB195\fP of file \fBregex_automaton\&.tcc\fP\&. .SH "Member Data Documentation" .PP .SS "template _StateIdT \fBstd::__detail::_StateSeq\fP< _TraitsT >::_M_end" .PP Definition at line \fB391\fP of file \fBregex\fP\&. .SS "template _RegexT& \fBstd::__detail::_StateSeq\fP< _TraitsT >::_M_nfa" .PP Definition at line \fB389\fP of file \fBregex\fP\&. .SS "template _StateIdT \fBstd::__detail::_StateSeq\fP< _TraitsT >::_M_start" .PP Definition at line \fB390\fP of file \fBregex\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.