libstdc++
|
Go to the source code of this file.
Namespaces | |
std | |
std::__detail | |
Typedefs | |
typedef std::shared_ptr< _Automaton > | std::__detail::_AutomatonPtr |
typedef std::function< bool(const _PatternCursor &)> | std::__detail::_Matcher |
typedef int | std::__detail::_StateIdT |
typedef std::set< _StateIdT > | std::__detail::_StateSet |
typedef std::function< void(const _PatternCursor &, _Results &)> | std::__detail::_Tagger |
Enumerations | |
enum | std::__detail::_Opcode { _S_opcode_unknown, _S_opcode_alternative, _S_opcode_subexpr_begin, _S_opcode_subexpr_end, _S_opcode_match, _S_opcode_accept } |
Functions | |
bool | std::__detail::_AnyMatcher (const _PatternCursor &) |
Variables | |
static const _StateIdT | std::__detail::_S_invalid_state_id |
This is an internal header file, included by other library headers. Do not attempt to use it directly. Instead, include <regex>.
Definition in file regex_nfa.h.