std::__detail::_Executor< _BiIter, _Alloc, _TraitsT, __dfs_mode >(3cxx) | std::__detail::_Executor< _BiIter, _Alloc, _TraitsT, __dfs_mode >(3cxx) |
std::__detail::_Executor< _BiIter, _Alloc, _TraitsT, __dfs_mode > - Takes a regex and an input string and does the matching.
#include <regex_executor.h>
typedef iterator_traits< _BiIter >::value_type
_CharT
typedef _TraitsT::char_class_type _ClassT
typedef regex_constants::match_flag_type _FlagT
typedef _NFA< _TraitsT > _NFAT
typedef basic_regex< _CharT, _TraitsT > _RegexT
typedef std::vector< sub_match< _BiIter >, _Alloc >
_ResultsVec
_Executor (_BiIter __begin, _BiIter __end,
_ResultsVec &__results, const _RegexT &__re,
_FlagT __flags)
bool _M_match ()
bool _M_search ()
bool _M_search_from_first ()
_BiIter _M_begin
_ResultsVec _M_cur_results
_BiIter _M_current
const _BiIter _M_end
_FlagT _M_flags
bool _M_has_sol
const _NFAT & _M_nfa
const _RegexT & _M_re
vector< pair< _BiIter, int > > _M_rep_count
_ResultsVec & _M_results
_State_info< __search_mode, _ResultsVec > _M_states
class std::__detail::_Executor< _BiIter, _Alloc, _TraitsT, __dfs_mode >"Takes a regex and an input string and does the matching.
The _Executor class has two modes: DFS mode and BFS mode, controlled by the template parameter __dfs_mode.
Definition at line 52 of file regex_executor.h.
Definition at line 61 of file regex_executor.h.
Definition at line 65 of file regex_executor.h.
Definition at line 64 of file regex_executor.h.
Definition at line 66 of file regex_executor.h.
Definition at line 62 of file regex_executor.h.
Definition at line 63 of file regex_executor.h.
Definition at line 69 of file regex_executor.h.
Definition at line 90 of file regex_executor.h.
Definition at line 39 of file regex_executor.tcc.
Definition at line 98 of file regex_executor.h.
Definition at line 289 of file regex_executor.h.
Definition at line 287 of file regex_executor.h.
Definition at line 288 of file regex_executor.h.
Definition at line 290 of file regex_executor.h.
Definition at line 296 of file regex_executor.h.
Definition at line 298 of file regex_executor.h.
Definition at line 292 of file regex_executor.h.
Definition at line 291 of file regex_executor.h.
Definition at line 294 of file regex_executor.h.
Definition at line 293 of file regex_executor.h.
Definition at line 295 of file regex_executor.h.
Generated automatically by Doxygen for libstdc++ from the source code.
Thu Feb 16 2023 | libstdc++ |