#include <concepts.hpp>
Public Types | |
typedef Regex::value_type | value_type |
typedef Regex::flag_type | flag_type |
typedef Regex::locale_type | locale_type |
typedef const value_type * | pointer_type |
typedef std::basic_string < value_type > | string_type |
typedef boost::bidirectional_iterator_archetype < value_type > | BidiIterator |
typedef global_regex_namespace::sub_match < BidiIterator > | sub_match_type |
typedef global_regex_namespace::match_results < BidiIterator, allocator_architype < sub_match_type > > | match_results_type |
typedef output_iterator_archetype < value_type > | OutIterator |
Public Member Functions | |
void | constraints () |
RegexConcept () | |
RegexConcept (const RegexConcept &) | |
RegexConcept & | operator= (const RegexConcept &) |
Public Attributes | |
flag_type | m_flags |
string_type | m_string |
const sub_match_type | m_sub |
match_results_type | m_results |
pointer_type | m_pointer |
value_type | m_char |
const match_results_type | m_cresults |
OutIterator | m_out |
BidiIterator | m_in |
global_regex_namespace::regex_constants::match_flag_type | m_mft |
global_regex_namespace::match_results < typename string_type::const_iterator, allocator_architype < global_regex_namespace::sub_match < typename string_type::const_iterator > > > | m_smatch |
typedef boost::bidirectional_iterator_archetype<value_type> boost::RegexConcept< Regex >::BidiIterator |
typedef Regex::flag_type boost::RegexConcept< Regex >::flag_type |
typedef Regex::locale_type boost::RegexConcept< Regex >::locale_type |
typedef global_regex_namespace::match_results<BidiIterator, allocator_architype<sub_match_type> > boost::RegexConcept< Regex >::match_results_type |
typedef output_iterator_archetype<value_type> boost::RegexConcept< Regex >::OutIterator |
typedef const value_type* boost::RegexConcept< Regex >::pointer_type |
typedef std::basic_string<value_type> boost::RegexConcept< Regex >::string_type |
typedef global_regex_namespace::sub_match<BidiIterator> boost::RegexConcept< Regex >::sub_match_type |
typedef Regex::value_type boost::RegexConcept< Regex >::value_type |
boost::RegexConcept< Regex >::RegexConcept | ( | ) |
boost::RegexConcept< Regex >::RegexConcept | ( | const RegexConcept< Regex > & | ) |
|
inline |
References boost::asio::b, boost::sub_match< BidiIterator >::compare(), boost::match_results< BidiIterator, Allocator >::format(), boost::multiprecision::backends::i, boost::ignore_unused_variable_warning(), boost::RegexConcept< Regex >::m_char, boost::RegexConcept< Regex >::m_cresults, boost::RegexConcept< Regex >::m_flags, boost::RegexConcept< Regex >::m_in, boost::RegexConcept< Regex >::m_mft, boost::RegexConcept< Regex >::m_out, boost::RegexConcept< Regex >::m_pointer, boost::RegexConcept< Regex >::m_results, boost::RegexConcept< Regex >::m_smatch, boost::RegexConcept< Regex >::m_string, boost::RegexConcept< Regex >::m_sub, boost::regex_match(), boost::regex_replace(), boost::regex_search(), boost::asio::s, boost::sub_match< BidiIterator >::str(), and boost::match_results< BidiIterator, Allocator >::str().
RegexConcept& boost::RegexConcept< Regex >::operator= | ( | const RegexConcept< Regex > & | ) |
value_type boost::RegexConcept< Regex >::m_char |
Referenced by boost::RegexConcept< Regex >::constraints().
const match_results_type boost::RegexConcept< Regex >::m_cresults |
Referenced by boost::RegexConcept< Regex >::constraints().
flag_type boost::RegexConcept< Regex >::m_flags |
Referenced by boost::RegexConcept< Regex >::constraints().
BidiIterator boost::RegexConcept< Regex >::m_in |
Referenced by boost::RegexConcept< Regex >::constraints().
global_regex_namespace::regex_constants::match_flag_type boost::RegexConcept< Regex >::m_mft |
Referenced by boost::RegexConcept< Regex >::constraints().
OutIterator boost::RegexConcept< Regex >::m_out |
Referenced by boost::RegexConcept< Regex >::constraints().
pointer_type boost::RegexConcept< Regex >::m_pointer |
Referenced by boost::RegexConcept< Regex >::constraints().
match_results_type boost::RegexConcept< Regex >::m_results |
Referenced by boost::RegexConcept< Regex >::constraints().
global_regex_namespace::match_results<typename string_type::const_iterator, allocator_architype<global_regex_namespace::sub_match<typename string_type::const_iterator> > > boost::RegexConcept< Regex >::m_smatch |
Referenced by boost::RegexConcept< Regex >::constraints().
string_type boost::RegexConcept< Regex >::m_string |
Referenced by boost::RegexConcept< Regex >::constraints().
const sub_match_type boost::RegexConcept< Regex >::m_sub |
Referenced by boost::RegexConcept< Regex >::constraints().