Query: std::__detail::_state
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
std::__detail::_State(3) Library Functions Manual std::__detail::_State(3)NAMEstd::__detail::_State -SYNOPSISPublic Types typedef int _OpcodeT Public Member Functions _State (_OpcodeT __opcode) _State (const _Matcher &__m) _State (_OpcodeT __opcode, unsigned int __s, const _Tagger &__t) _State (_StateIdT __next, _StateIdT __alt) Public Attributes _StateIdT _M_alt _Matcher _M_matches _StateIdT _M_next _OpcodeT _M_opcode unsigned int _M_subexpr _Tagger _M_tagger Detailed Description struct _State An individual state in an NFA In this case a 'state' is an entry in the NFA definition coupled with its outgoing transition(s). All states have a single outgoing transition, except for accepting states (which have no outgoing transitions) and alt states, which have two outgoing transitions. Definition at line 211 of file regex_nfa.h. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Tue Jun 10 2014 std::__detail::_State(3)