libstdc++
|
Typedefs | |
template<typename _CharT > | |
using | std::__detail::_Matcher = std::function< bool(_CharT)> |
typedef long | std::__detail::_StateIdT |
Enumerations | |
enum | std::__detail::_Opcode : int { _S_opcode_unknown , _S_opcode_alternative , _S_opcode_repeat , _S_opcode_backref , _S_opcode_line_begin_assertion , _S_opcode_line_end_assertion , _S_opcode_word_boundary , _S_opcode_subexpr_lookahead , _S_opcode_subexpr_begin , _S_opcode_subexpr_end , _S_opcode_dummy , _S_opcode_match , _S_opcode_accept } |
Variables | |
constexpr _StateIdT | std::__detail::_S_invalid_state_id |
using std::__detail::_Matcher = typedef std::function<bool (_CharT)> |
Definition at line 52 of file regex_automaton.h.
typedef long std::__detail::_StateIdT |
Definition at line 48 of file regex_automaton.h.
enum std::__detail::_Opcode : int |
Operation codes that define the type of transitions within the base NFA that represents the regular expression.
Definition at line 56 of file regex_automaton.h.
|
inlineconstexpr |
Definition at line 49 of file regex_automaton.h.