std::__detail::_StateSeq< _TraitsT >(3cxx) | std::__detail::_StateSeq< _TraitsT >(3cxx) |
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.
#include <regex_automaton.h>
typedef _NFA< _TraitsT > _RegexT
_StateSeq (_RegexT &__nfa, _StateIdT __s)
_StateSeq (_RegexT &__nfa, _StateIdT __s, _StateIdT __end)
void _M_append (_StateIdT __id)
void _M_append (const _StateSeq &__s)
_StateSeq _M_clone ()
_StateIdT _M_end
_RegexT & _M_nfa
_StateIdT _M_start
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.
Definition at line 354 of file regex_automaton.h.
Definition at line 357 of file regex_automaton.h.
Definition at line 360 of file regex_automaton.h.
Definition at line 364 of file regex_automaton.h.
Definition at line 370 of file regex_automaton.h.
Definition at line 378 of file regex_automaton.h.
Definition at line 195 of file regex_automaton.tcc.
Definition at line 391 of file regex_automaton.h.
Definition at line 389 of file regex_automaton.h.
Definition at line 390 of file regex_automaton.h.
Generated automatically by Doxygen for libstdc++ from the source code.
Thu Feb 16 2023 | libstdc++ |