#include <concepts.hpp>
Public Types | |
typedef Regex::value_type | value_type |
typedef Regex::size_type | size_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 Regex::const_iterator | const_iterator |
typedef bidirectional_iterator_archetype < value_type > | BidiIterator |
typedef output_iterator_archetype < value_type > | OutputIterator |
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 global_regex_namespace::match_results < BidiIterator > | match_results_default_type |
Public Member Functions | |
void | constraints () |
BoostRegexConcept () | |
BoostRegexConcept (const BoostRegexConcept &) | |
BoostRegexConcept & | operator= (const BoostRegexConcept &) |
Public Attributes | |
std::basic_ostream< value_type > | m_stream |
sub_match_type | m_sub |
pointer_type | m_pointer |
string_type | m_string |
const value_type | m_char |
match_results_type | m_results |
const match_results_type | m_cresults |
BidiIterator | m_in |
typedef bidirectional_iterator_archetype<value_type> boost::BoostRegexConcept< Regex >::BidiIterator |
typedef Regex::const_iterator boost::BoostRegexConcept< Regex >::const_iterator |
typedef Regex::flag_type boost::BoostRegexConcept< Regex >::flag_type |
typedef Regex::locale_type boost::BoostRegexConcept< Regex >::locale_type |
typedef global_regex_namespace::match_results<BidiIterator> boost::BoostRegexConcept< Regex >::match_results_default_type |
typedef global_regex_namespace::match_results<BidiIterator, allocator_architype<sub_match_type> > boost::BoostRegexConcept< Regex >::match_results_type |
typedef output_iterator_archetype<value_type> boost::BoostRegexConcept< Regex >::OutputIterator |
typedef const value_type* boost::BoostRegexConcept< Regex >::pointer_type |
typedef Regex::size_type boost::BoostRegexConcept< Regex >::size_type |
typedef std::basic_string<value_type> boost::BoostRegexConcept< Regex >::string_type |
typedef global_regex_namespace::sub_match<BidiIterator> boost::BoostRegexConcept< Regex >::sub_match_type |
typedef Regex::value_type boost::BoostRegexConcept< Regex >::value_type |
boost::BoostRegexConcept< Regex >::BoostRegexConcept | ( | ) |
boost::BoostRegexConcept< Regex >::BoostRegexConcept | ( | const BoostRegexConcept< Regex > & | ) |
|
inline |
References boost::asio::b, boost::cref(), boost::xpressive::regex_constants::error_collate, format_default, format_first_only, format_no_copy, format_perl, format_sed, boost::static_object< T >::get(), boost::multiprecision::backends::i, boost::ignore_unused_variable_warning(), boost::match_results< BidiIterator, Allocator >::length(), boost::BoostRegexConcept< Regex >::m_char, boost::BoostRegexConcept< Regex >::m_cresults, boost::BoostRegexConcept< Regex >::m_in, boost::BoostRegexConcept< Regex >::m_pointer, boost::BoostRegexConcept< Regex >::m_stream, boost::BoostRegexConcept< Regex >::m_string, boost::BoostRegexConcept< Regex >::m_sub, match_any, match_continuous, match_default, match_not_bol, match_not_bow, match_not_eol, match_not_eow, match_not_null, match_partial, match_prev_avail, boost::out, boost::multiprecision::backends::p, boost::match_results< BidiIterator, Allocator >::position(), boost::ref(), boost::regex_format(), boost::regex_replace(), boost::asio::s, boost::xpressive::s2, boost::match_results< BidiIterator, Allocator >::str(), and boost::detail::void.
BoostRegexConcept& boost::BoostRegexConcept< Regex >::operator= | ( | const BoostRegexConcept< Regex > & | ) |
const value_type boost::BoostRegexConcept< Regex >::m_char |
Referenced by boost::BoostRegexConcept< Regex >::constraints().
const match_results_type boost::BoostRegexConcept< Regex >::m_cresults |
Referenced by boost::BoostRegexConcept< Regex >::constraints().
BidiIterator boost::BoostRegexConcept< Regex >::m_in |
Referenced by boost::BoostRegexConcept< Regex >::constraints().
pointer_type boost::BoostRegexConcept< Regex >::m_pointer |
Referenced by boost::BoostRegexConcept< Regex >::constraints().
match_results_type boost::BoostRegexConcept< Regex >::m_results |
std::basic_ostream<value_type> boost::BoostRegexConcept< Regex >::m_stream |
Referenced by boost::BoostRegexConcept< Regex >::constraints().
string_type boost::BoostRegexConcept< Regex >::m_string |
Referenced by boost::BoostRegexConcept< Regex >::constraints().
sub_match_type boost::BoostRegexConcept< Regex >::m_sub |
Referenced by boost::BoostRegexConcept< Regex >::constraints().