2010-06-25 21:27:16 +02:00
|
|
|
// class template regex -*- C++ -*-
|
|
|
|
|
2013-02-03 18:54:05 +01:00
|
|
|
// Copyright (C) 2010-2013 Free Software Foundation, Inc.
|
2010-06-25 21:27:16 +02:00
|
|
|
//
|
|
|
|
// This file is part of the GNU ISO C++ Library. This library is free
|
|
|
|
// software; you can redistribute it and/or modify it under the
|
|
|
|
// terms of the GNU General Public License as published by the
|
|
|
|
// Free Software Foundation; either version 3, or (at your option)
|
|
|
|
// any later version.
|
|
|
|
|
|
|
|
// This library is distributed in the hope that it will be useful,
|
|
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
// GNU General Public License for more details.
|
|
|
|
|
|
|
|
// Under Section 7 of GPL version 3, you are granted additional
|
|
|
|
// permissions described in the GCC Runtime Library Exception, version
|
|
|
|
// 3.1, as published by the Free Software Foundation.
|
|
|
|
|
|
|
|
// You should have received a copy of the GNU General Public License and
|
|
|
|
// a copy of the GCC Runtime Library Exception along with this program;
|
|
|
|
// see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
|
|
|
// <http://www.gnu.org/licenses/>.
|
|
|
|
|
|
|
|
/**
|
2010-12-19 10:21:16 +01:00
|
|
|
* @file bits/regex.h
|
2010-06-25 21:27:16 +02:00
|
|
|
* This is an internal header file, included by other library headers.
|
2010-12-19 10:21:16 +01:00
|
|
|
* Do not attempt to use it directly. @headername{regex}
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
|
PR libstdc++/36104 part four
2011-01-30 Benjamin Kosnik <bkoz@redhat.com>
PR libstdc++/36104 part four
* include/bits/c++config (_GLIBCXX_STD): Remove.
(_GLIBCXX_STD_D, _GLIBCXX_PR): Now _GLIBCXX_STD_C.
(_GLIBCXX_P): Now _GLIBCXX_STD_A.
(_GLIBCXX_NAMESPACE_DEBUG, _GLIBCXX_NAMESPACE_PARALLEL,
_GLIBCXX_NAMESPACE_PROFILE, _GLIBCXX_NAMESPACE_VERSION): Remove.
(_GLIBCXX_INLINE_DEBUG, _GLIBCXX_INLINE_PARALLEL,
_GLIBCXX_INLINE_PROFILE): Remove.
(_GLIBCXX_BEGIN_NAMESPACE(X)): Remove.
(_GLIBCXX_END_NAMESPACE): Remove.
(_GLIBCXX_BEGIN_NESTED_NAMESPACE(X, Y)): Remove.
(_GLIBCXX_END_NESTED_NAMESPACE): Remove.
(_GLIBCXX_BEGIN_NAMESPACE_ALGO): Add.
(_GLIBCXX_END_NAMESPACE_ALGO): Add.
(_GLIBCXX_BEGIN_NAMESPACE_CONTAINER): Add.
(_GLIBCXX_END_NAMESPACE_CONTAINER): Add.
(_GLIBCXX_BEGIN_NAMESPACE_VERSION): Add.
(_GLIBCXX_END_NAMESPACE_VERSION): Add.
(_GLIBCXX_BEGIN_LDBL_NAMESPACE): To _GLIBCXX_BEGIN_NAMESPACE_LDBL.
(_GLIBCXX_END_LDBL_NAMESPACE): To _GLIBCXX_END_NAMESPACE_LDBL.
(_GLIBCXX_VISIBILITY_ATTR): Revert to _GLIBCXX_VISIBILITY.
* include/*: Use new macros for namespace scope.
* config/*: Same.
* src/*: Same.
* src/Makefile.am (sources): Remove debug_list.cc, add
compatibility-debug_list-2.cc.
(parallel_sources): Remove parallel_list.cc, add
compatibility-parallel_list-2.cc.
(compatibility-parallel_list-2.[o,lo]): New rule.
* src/Makefile.in: Regenerate.
* src/debug_list.cc: Remove.
* src/parallel_list.cc: Remove.
* src/compatibility-list-2.cc: New.
* src/compatibility-debug_list-2.cc: New.
* src/compatibility-parallel_list-2.cc: New.
* doc/doxygen/user.cfg.in: Adjust macros.
* testsuite/20_util/auto_ptr/assign_neg.cc: Adjust line numbers, macros.
* testsuite/20_util/declval/requirements/1_neg.cc: Same.
* testsuite/20_util/duration/requirements/typedefs_neg1.cc: Same.
* testsuite/20_util/duration/requirements/typedefs_neg2.cc: Same.
* testsuite/20_util/duration/requirements/typedefs_neg3.cc: Same.
* testsuite/20_util/forward/c_neg.cc: Same.
* testsuite/20_util/forward/f_neg.cc: Same.
* testsuite/20_util/make_signed/requirements/typedefs_neg.cc: Same.
* testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc: Same.
* testsuite/20_util/ratio/cons/cons_overflow_neg.cc: Same.
* testsuite/20_util/ratio/operations/ops_overflow_neg.cc: Same.
* testsuite/20_util/shared_ptr/cons/43820_neg.cc: Same.
* testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Same.
* testsuite/23_containers/deque/requirements/dr438/assign_neg.cc: Same.
* testsuite/23_containers/deque/requirements/dr438/
constructor_1_neg.cc: Same.
* testsuite/23_containers/deque/requirements/dr438/
constructor_2_neg.cc: Same.
* testsuite/23_containers/deque/requirements/dr438/insert_neg.cc: Same.
* testsuite/23_containers/forward_list/capacity/1.cc: Same.
* testsuite/23_containers/forward_list/requirements/dr438/
assign_neg.cc: Same.
* testsuite/23_containers/forward_list/requirements/dr438/
constructor_1_neg.cc: Same.
* testsuite/23_containers/forward_list/requirements/dr438/
constructor_2_neg.cc: Same.
* testsuite/23_containers/forward_list/requirements/dr438/
insert_neg.cc: Same.
* testsuite/23_containers/list/capacity/29134.cc: Same.
* testsuite/23_containers/list/requirements/dr438/assign_neg.cc: Same.
* testsuite/23_containers/list/requirements/dr438/
constructor_1_neg.cc: Same.
* testsuite/23_containers/list/requirements/dr438/
constructor_2_neg.cc: Same.
* testsuite/23_containers/list/requirements/dr438/insert_neg.cc: Same.
* testsuite/23_containers/vector/bool/capacity/29134.cc: Same.
* testsuite/23_containers/vector/bool/modifiers/insert/31370.cc: Same.
* testsuite/23_containers/vector/requirements/dr438/assign_neg.cc: Same.
* testsuite/23_containers/vector/requirements/dr438/
constructor_1_neg.cc: Same.
* testsuite/23_containers/vector/requirements/dr438/
constructor_2_neg.cc: Same.
* testsuite/23_containers/vector/requirements/dr438/insert_neg.cc: Same.
* testsuite/25_algorithms/sort/35588.cc: Same.
* testsuite/27_io/ios_base/cons/assign_neg.cc: Same.
* testsuite/27_io/ios_base/cons/copy_neg.cc: Same.
* testsuite/ext/profile/mutex_extensions_neg.cc: Same.
* testsuite/ext/profile/profiler_algos.cc: Same.
* testsuite/ext/type_traits/add_unsigned_floating_neg.cc: Same.
* testsuite/ext/type_traits/add_unsigned_integer_neg.cc: Same.
* testsuite/ext/type_traits/remove_unsigned_floating_neg.cc: Same.
* testsuite/ext/type_traits/remove_unsigned_integer_neg.cc: Same.
* testsuite/tr1/2_general_utilities/shared_ptr/cons/43820_neg.cc: Same.
From-SVN: r169421
2011-01-30 23:39:36 +01:00
|
|
|
namespace std _GLIBCXX_VISIBILITY(default)
|
|
|
|
{
|
|
|
|
_GLIBCXX_BEGIN_NAMESPACE_VERSION
|
2010-06-25 21:27:16 +02:00
|
|
|
|
2012-06-28 09:50:34 +02:00
|
|
|
/**
|
|
|
|
* @addtogroup regex
|
|
|
|
* @{
|
|
|
|
*/
|
2010-06-25 21:27:16 +02:00
|
|
|
|
|
|
|
/**
|
2012-06-28 09:50:34 +02:00
|
|
|
* @brief Class regex_traits. Describes aspects of a regular expression.
|
2010-06-25 21:27:16 +02:00
|
|
|
*
|
2013-08-07 18:27:36 +02:00
|
|
|
* A regular expression traits class that satisfies the requirements of
|
2010-06-25 21:27:16 +02:00
|
|
|
* section [28.7].
|
|
|
|
*
|
|
|
|
* The class %regex is parameterized around a set of related types and
|
|
|
|
* functions used to complete the definition of its semantics. This class
|
|
|
|
* satisfies the requirements of such a traits class.
|
|
|
|
*/
|
|
|
|
template<typename _Ch_type>
|
|
|
|
struct regex_traits
|
|
|
|
{
|
|
|
|
public:
|
2012-06-28 09:50:34 +02:00
|
|
|
typedef _Ch_type char_type;
|
|
|
|
typedef std::basic_string<char_type> string_type;
|
|
|
|
typedef std::locale locale_type;
|
2013-07-09 15:41:10 +02:00
|
|
|
private:
|
|
|
|
struct _RegexMask
|
2013-08-22 11:01:38 +02:00
|
|
|
{
|
|
|
|
typedef typename std::ctype<char_type>::mask _BaseType;
|
|
|
|
_BaseType _M_base;
|
|
|
|
unsigned char _M_extended;
|
|
|
|
static constexpr unsigned char _S_under = 1 << 0;
|
|
|
|
// FIXME: _S_blank should be removed in the future,
|
|
|
|
// when locale's complete.
|
|
|
|
static constexpr unsigned char _S_blank = 1 << 1;
|
|
|
|
static constexpr unsigned char _S_valid_mask = 0x3;
|
|
|
|
|
|
|
|
constexpr _RegexMask(_BaseType __base = 0,
|
|
|
|
unsigned char __extended = 0)
|
|
|
|
: _M_base(__base), _M_extended(__extended)
|
|
|
|
{ }
|
|
|
|
|
|
|
|
constexpr _RegexMask
|
|
|
|
operator&(_RegexMask __other) const
|
|
|
|
{
|
|
|
|
return _RegexMask(_M_base & __other._M_base,
|
|
|
|
_M_extended & __other._M_extended);
|
|
|
|
}
|
|
|
|
|
|
|
|
constexpr _RegexMask
|
|
|
|
operator|(_RegexMask __other) const
|
|
|
|
{
|
|
|
|
return _RegexMask(_M_base | __other._M_base,
|
|
|
|
_M_extended | __other._M_extended);
|
|
|
|
}
|
|
|
|
|
|
|
|
constexpr _RegexMask
|
|
|
|
operator^(_RegexMask __other) const
|
|
|
|
{
|
|
|
|
return _RegexMask(_M_base ^ __other._M_base,
|
|
|
|
_M_extended ^ __other._M_extended);
|
|
|
|
}
|
|
|
|
|
|
|
|
constexpr _RegexMask
|
|
|
|
operator~() const
|
|
|
|
{ return _RegexMask(~_M_base, ~_M_extended); }
|
|
|
|
|
|
|
|
_RegexMask&
|
|
|
|
operator&=(_RegexMask __other)
|
|
|
|
{ return *this = (*this) & __other; }
|
|
|
|
|
|
|
|
_RegexMask&
|
|
|
|
operator|=(_RegexMask __other)
|
|
|
|
{ return *this = (*this) | __other; }
|
|
|
|
|
|
|
|
_RegexMask&
|
|
|
|
operator^=(_RegexMask __other)
|
|
|
|
{ return *this = (*this) ^ __other; }
|
|
|
|
|
|
|
|
constexpr bool
|
|
|
|
operator==(_RegexMask __other) const
|
|
|
|
{
|
|
|
|
return (_M_extended & _S_valid_mask)
|
|
|
|
== (__other._M_extended & _S_valid_mask)
|
|
|
|
&& _M_base == __other._M_base;
|
|
|
|
}
|
|
|
|
|
|
|
|
constexpr bool
|
|
|
|
operator!=(_RegexMask __other) const
|
|
|
|
{ return !((*this) == __other); }
|
|
|
|
|
|
|
|
};
|
2013-07-09 15:41:10 +02:00
|
|
|
public:
|
|
|
|
typedef _RegexMask char_class_type;
|
2010-06-25 21:27:16 +02:00
|
|
|
|
|
|
|
public:
|
|
|
|
/**
|
|
|
|
* @brief Constructs a default traits object.
|
|
|
|
*/
|
2012-06-28 09:50:34 +02:00
|
|
|
regex_traits() { }
|
2013-08-07 18:27:36 +02:00
|
|
|
|
2010-06-25 21:27:16 +02:00
|
|
|
/**
|
|
|
|
* @brief Gives the length of a C-style string starting at @p __p.
|
|
|
|
*
|
|
|
|
* @param __p a pointer to the start of a character sequence.
|
|
|
|
*
|
|
|
|
* @returns the number of characters between @p *__p and the first
|
|
|
|
* default-initialized value of type @p char_type. In other words, uses
|
|
|
|
* the C-string algorithm for determining the length of a sequence of
|
|
|
|
* characters.
|
|
|
|
*/
|
|
|
|
static std::size_t
|
|
|
|
length(const char_type* __p)
|
|
|
|
{ return string_type::traits_type::length(__p); }
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Performs the identity translation.
|
|
|
|
*
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __c A character to the locale-specific character set.
|
2010-06-25 21:27:16 +02:00
|
|
|
*
|
2011-08-07 09:27:06 +02:00
|
|
|
* @returns __c.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
char_type
|
|
|
|
translate(char_type __c) const
|
|
|
|
{ return __c; }
|
2013-08-07 18:27:36 +02:00
|
|
|
|
2010-06-25 21:27:16 +02:00
|
|
|
/**
|
|
|
|
* @brief Translates a character into a case-insensitive equivalent.
|
|
|
|
*
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __c A character to the locale-specific character set.
|
2010-06-25 21:27:16 +02:00
|
|
|
*
|
2011-08-07 09:27:06 +02:00
|
|
|
* @returns the locale-specific lower-case equivalent of __c.
|
2010-06-25 21:27:16 +02:00
|
|
|
* @throws std::bad_cast if the imbued locale does not support the ctype
|
|
|
|
* facet.
|
|
|
|
*/
|
|
|
|
char_type
|
|
|
|
translate_nocase(char_type __c) const
|
2013-08-07 18:27:36 +02:00
|
|
|
{
|
2012-06-28 09:50:34 +02:00
|
|
|
typedef std::ctype<char_type> __ctype_type;
|
|
|
|
const __ctype_type& __fctyp(use_facet<__ctype_type>(_M_locale));
|
2013-08-07 18:27:36 +02:00
|
|
|
return __fctyp.tolower(__c);
|
2010-06-25 21:27:16 +02:00
|
|
|
}
|
2013-08-07 18:27:36 +02:00
|
|
|
|
2010-06-25 21:27:16 +02:00
|
|
|
/**
|
|
|
|
* @brief Gets a sort key for a character sequence.
|
|
|
|
*
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __first beginning of the character sequence.
|
|
|
|
* @param __last one-past-the-end of the character sequence.
|
2010-06-25 21:27:16 +02:00
|
|
|
*
|
|
|
|
* Returns a sort key for the character sequence designated by the
|
|
|
|
* iterator range [F1, F2) such that if the character sequence [G1, G2)
|
|
|
|
* sorts before the character sequence [H1, H2) then
|
|
|
|
* v.transform(G1, G2) < v.transform(H1, H2).
|
|
|
|
*
|
|
|
|
* What this really does is provide a more efficient way to compare a
|
|
|
|
* string to multiple other strings in locales with fancy collation
|
|
|
|
* rules and equivalence classes.
|
|
|
|
*
|
|
|
|
* @returns a locale-specific sort key equivalent to the input range.
|
|
|
|
*
|
|
|
|
* @throws std::bad_cast if the current locale does not have a collate
|
|
|
|
* facet.
|
|
|
|
*/
|
|
|
|
template<typename _Fwd_iter>
|
2013-08-22 11:01:38 +02:00
|
|
|
string_type
|
|
|
|
transform(_Fwd_iter __first, _Fwd_iter __last) const
|
|
|
|
{
|
2012-06-28 09:50:34 +02:00
|
|
|
typedef std::collate<char_type> __collate_type;
|
|
|
|
const __collate_type& __fclt(use_facet<__collate_type>(_M_locale));
|
2010-06-25 21:27:16 +02:00
|
|
|
string_type __s(__first, __last);
|
2012-06-28 09:50:34 +02:00
|
|
|
return __fclt.transform(__s.data(), __s.data() + __s.size());
|
2010-06-25 21:27:16 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
2013-02-20 23:41:51 +01:00
|
|
|
* @brief Gets a sort key for a character sequence, independent of case.
|
2010-06-25 21:27:16 +02:00
|
|
|
*
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __first beginning of the character sequence.
|
|
|
|
* @param __last one-past-the-end of the character sequence.
|
2010-06-25 21:27:16 +02:00
|
|
|
*
|
|
|
|
* Effects: if typeid(use_facet<collate<_Ch_type> >) ==
|
|
|
|
* typeid(collate_byname<_Ch_type>) and the form of the sort key
|
2013-08-07 18:27:36 +02:00
|
|
|
* returned by collate_byname<_Ch_type>::transform(__first, __last)
|
2011-08-07 09:27:06 +02:00
|
|
|
* is known and can be converted into a primary sort key
|
|
|
|
* then returns that key, otherwise returns an empty string.
|
2010-06-25 21:27:16 +02:00
|
|
|
*
|
|
|
|
* @todo Implement this function.
|
|
|
|
*/
|
|
|
|
template<typename _Fwd_iter>
|
2013-08-22 11:01:38 +02:00
|
|
|
string_type
|
|
|
|
transform_primary(_Fwd_iter __first, _Fwd_iter __last) const
|
|
|
|
{
|
|
|
|
typedef std::ctype<char_type> __ctype_type;
|
|
|
|
const __ctype_type& __fctyp(use_facet<__ctype_type>(_M_locale));
|
|
|
|
std::vector<char_type> __s(__first, __last);
|
|
|
|
// FIXME : this is not entirely correct
|
|
|
|
__fctyp.tolower(__s.data(), __s.data() + __s.size());
|
|
|
|
return this->transform(__s.data(), __s.data() + __s.size());
|
|
|
|
}
|
2010-06-25 21:27:16 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Gets a collation element by name.
|
|
|
|
*
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __first beginning of the collation element name.
|
|
|
|
* @param __last one-past-the-end of the collation element name.
|
2013-08-07 18:27:36 +02:00
|
|
|
*
|
2010-06-25 21:27:16 +02:00
|
|
|
* @returns a sequence of one or more characters that represents the
|
|
|
|
* collating element consisting of the character sequence designated by
|
2011-08-07 09:27:06 +02:00
|
|
|
* the iterator range [__first, __last). Returns an empty string if the
|
2010-06-25 21:27:16 +02:00
|
|
|
* character sequence is not a valid collating element.
|
|
|
|
*/
|
|
|
|
template<typename _Fwd_iter>
|
2013-08-22 11:01:38 +02:00
|
|
|
string_type
|
|
|
|
lookup_collatename(_Fwd_iter __first, _Fwd_iter __last) const;
|
2010-06-25 21:27:16 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Maps one or more characters to a named character
|
|
|
|
* classification.
|
|
|
|
*
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __first beginning of the character sequence.
|
|
|
|
* @param __last one-past-the-end of the character sequence.
|
|
|
|
* @param __icase ignores the case of the classification name.
|
2010-06-25 21:27:16 +02:00
|
|
|
*
|
|
|
|
* @returns an unspecified value that represents the character
|
2011-08-07 09:27:06 +02:00
|
|
|
* classification named by the character sequence designated by
|
|
|
|
* the iterator range [__first, __last). If @p icase is true,
|
|
|
|
* the returned mask identifies the classification regardless of
|
|
|
|
* the case of the characters to be matched (for example,
|
|
|
|
* [[:lower:]] is the same as [[:alpha:]]), otherwise a
|
2013-02-20 23:41:51 +01:00
|
|
|
* case-dependent classification is returned. The value
|
2011-08-07 09:27:06 +02:00
|
|
|
* returned shall be independent of the case of the characters
|
|
|
|
* in the character sequence. If the name is not recognized then
|
|
|
|
* returns a value that compares equal to 0.
|
2010-06-25 21:27:16 +02:00
|
|
|
*
|
|
|
|
* At least the following names (or their wide-character equivalent) are
|
|
|
|
* supported.
|
|
|
|
* - d
|
|
|
|
* - w
|
|
|
|
* - s
|
|
|
|
* - alnum
|
|
|
|
* - alpha
|
|
|
|
* - blank
|
|
|
|
* - cntrl
|
|
|
|
* - digit
|
|
|
|
* - graph
|
|
|
|
* - lower
|
|
|
|
* - print
|
|
|
|
* - punct
|
|
|
|
* - space
|
|
|
|
* - upper
|
|
|
|
* - xdigit
|
|
|
|
*/
|
|
|
|
template<typename _Fwd_iter>
|
2013-08-22 11:01:38 +02:00
|
|
|
char_class_type
|
|
|
|
lookup_classname(_Fwd_iter __first, _Fwd_iter __last,
|
|
|
|
bool __icase = false) const;
|
2010-06-25 21:27:16 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Determines if @p c is a member of an identified class.
|
|
|
|
*
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __c a character.
|
|
|
|
* @param __f a class type (as returned from lookup_classname).
|
2010-06-25 21:27:16 +02:00
|
|
|
*
|
2011-08-07 09:27:06 +02:00
|
|
|
* @returns true if the character @p __c is a member of the classification
|
|
|
|
* represented by @p __f, false otherwise.
|
2010-06-25 21:27:16 +02:00
|
|
|
*
|
|
|
|
* @throws std::bad_cast if the current locale does not have a ctype
|
|
|
|
* facet.
|
|
|
|
*/
|
|
|
|
bool
|
|
|
|
isctype(_Ch_type __c, char_class_type __f) const;
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Converts a digit to an int.
|
|
|
|
*
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __ch a character representing a digit.
|
|
|
|
* @param __radix the radix if the numeric conversion (limited to 8, 10,
|
2010-06-25 21:27:16 +02:00
|
|
|
* or 16).
|
2013-08-07 18:27:36 +02:00
|
|
|
*
|
2011-08-07 09:27:06 +02:00
|
|
|
* @returns the value represented by the digit __ch in base radix if the
|
|
|
|
* character __ch is a valid digit in base radix; otherwise returns -1.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
int
|
|
|
|
value(_Ch_type __ch, int __radix) const;
|
2013-08-07 18:27:36 +02:00
|
|
|
|
2010-06-25 21:27:16 +02:00
|
|
|
/**
|
|
|
|
* @brief Imbues the regex_traits object with a copy of a new locale.
|
|
|
|
*
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __loc A locale.
|
2010-06-25 21:27:16 +02:00
|
|
|
*
|
|
|
|
* @returns a copy of the previous locale in use by the regex_traits
|
|
|
|
* object.
|
|
|
|
*
|
|
|
|
* @note Calling imbue with a different locale than the one currently in
|
|
|
|
* use invalidates all cached data held by *this.
|
|
|
|
*/
|
|
|
|
locale_type
|
|
|
|
imbue(locale_type __loc)
|
|
|
|
{
|
|
|
|
std::swap(_M_locale, __loc);
|
|
|
|
return __loc;
|
|
|
|
}
|
2013-08-07 18:27:36 +02:00
|
|
|
|
2010-06-25 21:27:16 +02:00
|
|
|
/**
|
|
|
|
* @brief Gets a copy of the current locale in use by the regex_traits
|
|
|
|
* object.
|
|
|
|
*/
|
|
|
|
locale_type
|
|
|
|
getloc() const
|
|
|
|
{ return _M_locale; }
|
2013-08-07 18:27:36 +02:00
|
|
|
|
2010-06-25 21:27:16 +02:00
|
|
|
protected:
|
|
|
|
locale_type _M_locale;
|
|
|
|
};
|
|
|
|
|
2013-07-09 15:41:10 +02:00
|
|
|
template<typename _Ch_type>
|
|
|
|
template<typename _Fwd_iter>
|
|
|
|
typename regex_traits<_Ch_type>::string_type
|
|
|
|
regex_traits<_Ch_type>::
|
|
|
|
lookup_collatename(_Fwd_iter __first, _Fwd_iter __last) const
|
|
|
|
{
|
|
|
|
typedef std::ctype<char_type> __ctype_type;
|
|
|
|
const __ctype_type& __fctyp(use_facet<__ctype_type>(_M_locale));
|
|
|
|
|
|
|
|
static const char* __collatenames[] =
|
2013-08-22 11:01:38 +02:00
|
|
|
{
|
|
|
|
"NUL",
|
|
|
|
"SOH",
|
|
|
|
"STX",
|
|
|
|
"ETX",
|
|
|
|
"EOT",
|
|
|
|
"ENQ",
|
|
|
|
"ACK",
|
|
|
|
"alert",
|
|
|
|
"backspace",
|
|
|
|
"tab",
|
|
|
|
"newline",
|
|
|
|
"vertical-tab",
|
|
|
|
"form-feed",
|
|
|
|
"carriage-return",
|
|
|
|
"SO",
|
|
|
|
"SI",
|
|
|
|
"DLE",
|
|
|
|
"DC1",
|
|
|
|
"DC2",
|
|
|
|
"DC3",
|
|
|
|
"DC4",
|
|
|
|
"NAK",
|
|
|
|
"SYN",
|
|
|
|
"ETB",
|
|
|
|
"CAN",
|
|
|
|
"EM",
|
|
|
|
"SUB",
|
|
|
|
"ESC",
|
|
|
|
"IS4",
|
|
|
|
"IS3",
|
|
|
|
"IS2",
|
|
|
|
"IS1",
|
|
|
|
"space",
|
|
|
|
"exclamation-mark",
|
|
|
|
"quotation-mark",
|
|
|
|
"number-sign",
|
|
|
|
"dollar-sign",
|
|
|
|
"percent-sign",
|
|
|
|
"ampersand",
|
|
|
|
"apostrophe",
|
|
|
|
"left-parenthesis",
|
|
|
|
"right-parenthesis",
|
|
|
|
"asterisk",
|
|
|
|
"plus-sign",
|
|
|
|
"comma",
|
|
|
|
"hyphen",
|
|
|
|
"period",
|
|
|
|
"slash",
|
|
|
|
"zero",
|
|
|
|
"one",
|
|
|
|
"two",
|
|
|
|
"three",
|
|
|
|
"four",
|
|
|
|
"five",
|
|
|
|
"six",
|
|
|
|
"seven",
|
|
|
|
"eight",
|
|
|
|
"nine",
|
|
|
|
"colon",
|
|
|
|
"semicolon",
|
|
|
|
"less-than-sign",
|
|
|
|
"equals-sign",
|
|
|
|
"greater-than-sign",
|
|
|
|
"question-mark",
|
|
|
|
"commercial-at",
|
|
|
|
"A",
|
|
|
|
"B",
|
|
|
|
"C",
|
|
|
|
"D",
|
|
|
|
"E",
|
|
|
|
"F",
|
|
|
|
"G",
|
|
|
|
"H",
|
|
|
|
"I",
|
|
|
|
"J",
|
|
|
|
"K",
|
|
|
|
"L",
|
|
|
|
"M",
|
|
|
|
"N",
|
|
|
|
"O",
|
|
|
|
"P",
|
|
|
|
"Q",
|
|
|
|
"R",
|
|
|
|
"S",
|
|
|
|
"T",
|
|
|
|
"U",
|
|
|
|
"V",
|
|
|
|
"W",
|
|
|
|
"X",
|
|
|
|
"Y",
|
|
|
|
"Z",
|
|
|
|
"left-square-bracket",
|
|
|
|
"backslash",
|
|
|
|
"right-square-bracket",
|
|
|
|
"circumflex",
|
|
|
|
"underscore",
|
|
|
|
"grave-accent",
|
|
|
|
"a",
|
|
|
|
"b",
|
|
|
|
"c",
|
|
|
|
"d",
|
|
|
|
"e",
|
|
|
|
"f",
|
|
|
|
"g",
|
|
|
|
"h",
|
|
|
|
"i",
|
|
|
|
"j",
|
|
|
|
"k",
|
|
|
|
"l",
|
|
|
|
"m",
|
|
|
|
"n",
|
|
|
|
"o",
|
|
|
|
"p",
|
|
|
|
"q",
|
|
|
|
"r",
|
|
|
|
"s",
|
|
|
|
"t",
|
|
|
|
"u",
|
|
|
|
"v",
|
|
|
|
"w",
|
|
|
|
"x",
|
|
|
|
"y",
|
|
|
|
"z",
|
|
|
|
"left-curly-bracket",
|
|
|
|
"vertical-line",
|
|
|
|
"right-curly-bracket",
|
|
|
|
"tilde",
|
|
|
|
"DEL",
|
|
|
|
""
|
|
|
|
};
|
2013-07-09 15:41:10 +02:00
|
|
|
|
|
|
|
// same as boost
|
|
|
|
static const char* __digraphs[] =
|
2013-08-22 11:01:38 +02:00
|
|
|
{
|
|
|
|
"ae",
|
|
|
|
"Ae",
|
|
|
|
"AE",
|
|
|
|
"ch",
|
|
|
|
"Ch",
|
|
|
|
"CH",
|
|
|
|
"ll",
|
|
|
|
"Ll",
|
|
|
|
"LL",
|
|
|
|
"ss",
|
|
|
|
"Ss",
|
|
|
|
"SS",
|
|
|
|
"nj",
|
|
|
|
"Nj",
|
|
|
|
"NJ",
|
|
|
|
"dz",
|
|
|
|
"Dz",
|
|
|
|
"DZ",
|
|
|
|
"lj",
|
|
|
|
"Lj",
|
|
|
|
"LJ",
|
|
|
|
""
|
|
|
|
};
|
2013-07-09 15:41:10 +02:00
|
|
|
|
|
|
|
std::string __s(__last - __first, '?');
|
|
|
|
__fctyp.narrow(__first, __last, '?', &*__s.begin());
|
|
|
|
|
|
|
|
for (unsigned int __i = 0; *__collatenames[__i]; __i++)
|
2013-08-22 11:01:38 +02:00
|
|
|
if (__s == __collatenames[__i])
|
|
|
|
return string_type(1, __fctyp.widen((char)__i));
|
2013-07-09 15:41:10 +02:00
|
|
|
|
|
|
|
for (unsigned int __i = 0; *__digraphs[__i]; __i++)
|
2013-08-22 11:01:38 +02:00
|
|
|
{
|
|
|
|
const char* __now = __digraphs[__i];
|
|
|
|
if (__s == __now)
|
|
|
|
{
|
|
|
|
string_type ret(__s.size(), __fctyp.widen('?'));
|
|
|
|
__fctyp.widen(__now, __now + 2/* ouch */, &*ret.begin());
|
|
|
|
return ret;
|
|
|
|
}
|
|
|
|
}
|
2013-07-09 15:41:10 +02:00
|
|
|
return string_type();
|
|
|
|
}
|
|
|
|
|
|
|
|
template<typename _Ch_type>
|
|
|
|
template<typename _Fwd_iter>
|
|
|
|
typename regex_traits<_Ch_type>::char_class_type
|
|
|
|
regex_traits<_Ch_type>::
|
|
|
|
lookup_classname(_Fwd_iter __first, _Fwd_iter __last, bool __icase) const
|
|
|
|
{
|
|
|
|
typedef std::ctype<char_type> __ctype_type;
|
|
|
|
typedef std::ctype<char> __cctype_type;
|
|
|
|
typedef const pair<const char*, char_class_type> _ClassnameEntry;
|
|
|
|
const __ctype_type& __fctyp(use_facet<__ctype_type>(_M_locale));
|
|
|
|
const __cctype_type& __cctyp(use_facet<__cctype_type>(_M_locale));
|
|
|
|
|
|
|
|
static _ClassnameEntry __classnames[] =
|
|
|
|
{
|
2013-08-22 11:01:38 +02:00
|
|
|
{"d", ctype_base::digit},
|
|
|
|
{"w", {ctype_base::alnum, _RegexMask::_S_under}},
|
|
|
|
{"s", ctype_base::space},
|
|
|
|
{"alnum", ctype_base::alnum},
|
|
|
|
{"alpha", ctype_base::alpha},
|
|
|
|
{"blank", {0, _RegexMask::_S_blank}},
|
|
|
|
{"cntrl", ctype_base::cntrl},
|
|
|
|
{"digit", ctype_base::digit},
|
|
|
|
{"graph", ctype_base::graph},
|
|
|
|
{"lower", ctype_base::lower},
|
|
|
|
{"print", ctype_base::print},
|
|
|
|
{"punct", ctype_base::punct},
|
|
|
|
{"space", ctype_base::space},
|
|
|
|
{"upper", ctype_base::upper},
|
|
|
|
{"xdigit", ctype_base::xdigit},
|
2013-07-09 15:41:10 +02:00
|
|
|
};
|
|
|
|
|
|
|
|
std::string __s(__last - __first, '?');
|
|
|
|
__fctyp.narrow(__first, __last, '?', &__s[0]);
|
2013-08-16 11:06:31 +02:00
|
|
|
__cctyp.tolower(&*__s.begin(), &*__s.begin() + __s.size());
|
2013-07-09 15:41:10 +02:00
|
|
|
for (_ClassnameEntry* __it = __classnames;
|
2013-08-22 11:01:38 +02:00
|
|
|
__it < *(&__classnames + 1);
|
|
|
|
++__it)
|
|
|
|
{
|
|
|
|
if (__s == __it->first)
|
|
|
|
{
|
|
|
|
if (__icase
|
|
|
|
&& ((__it->second
|
|
|
|
& (ctype_base::lower | ctype_base::upper)) != 0))
|
|
|
|
return ctype_base::alpha;
|
|
|
|
return __it->second;
|
|
|
|
}
|
|
|
|
}
|
2013-07-09 15:41:10 +02:00
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2010-06-25 21:27:16 +02:00
|
|
|
template<typename _Ch_type>
|
|
|
|
bool
|
|
|
|
regex_traits<_Ch_type>::
|
|
|
|
isctype(_Ch_type __c, char_class_type __f) const
|
|
|
|
{
|
2012-06-28 09:50:34 +02:00
|
|
|
typedef std::ctype<char_type> __ctype_type;
|
|
|
|
const __ctype_type& __fctyp(use_facet<__ctype_type>(_M_locale));
|
2013-08-07 18:27:36 +02:00
|
|
|
|
2013-07-09 15:41:10 +02:00
|
|
|
return __fctyp.is(__f._M_base, __c)
|
2013-08-22 11:01:38 +02:00
|
|
|
// [[:w:]]
|
|
|
|
|| ((__f._M_extended & _RegexMask::_S_under)
|
|
|
|
&& __c == __fctyp.widen('_'))
|
|
|
|
// [[:blank:]]
|
|
|
|
|| ((__f._M_extended & _RegexMask::_S_blank)
|
|
|
|
&& (__c == __fctyp.widen(' ')
|
|
|
|
|| __c == __fctyp.widen('\t')));
|
2010-06-25 21:27:16 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
template<typename _Ch_type>
|
|
|
|
int
|
|
|
|
regex_traits<_Ch_type>::
|
|
|
|
value(_Ch_type __ch, int __radix) const
|
|
|
|
{
|
2012-06-28 09:50:34 +02:00
|
|
|
std::basic_istringstream<char_type> __is(string_type(1, __ch));
|
2010-06-25 21:27:16 +02:00
|
|
|
int __v;
|
|
|
|
if (__radix == 8)
|
|
|
|
__is >> std::oct;
|
|
|
|
else if (__radix == 16)
|
|
|
|
__is >> std::hex;
|
|
|
|
__is >> __v;
|
|
|
|
return __is.fail() ? -1 : __v;
|
|
|
|
}
|
|
|
|
|
|
|
|
// [7.8] Class basic_regex
|
|
|
|
/**
|
|
|
|
* Objects of specializations of this class represent regular expressions
|
|
|
|
* constructed from sequences of character type @p _Ch_type.
|
|
|
|
*
|
|
|
|
* Storage for the regular expression is allocated and deallocated as
|
|
|
|
* necessary by the member functions of this class.
|
|
|
|
*/
|
|
|
|
template<typename _Ch_type, typename _Rx_traits = regex_traits<_Ch_type> >
|
|
|
|
class basic_regex
|
|
|
|
{
|
|
|
|
public:
|
|
|
|
// types:
|
|
|
|
typedef _Ch_type value_type;
|
2011-02-17 03:39:16 +01:00
|
|
|
typedef _Rx_traits traits_type;
|
|
|
|
typedef typename traits_type::string_type string_type;
|
2010-06-25 21:27:16 +02:00
|
|
|
typedef regex_constants::syntax_option_type flag_type;
|
2011-02-17 03:39:16 +01:00
|
|
|
typedef typename traits_type::locale_type locale_type;
|
2010-06-25 21:27:16 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @name Constants
|
|
|
|
* std [28.8.1](1)
|
|
|
|
*/
|
|
|
|
//@{
|
2012-06-28 09:50:34 +02:00
|
|
|
static constexpr flag_type icase = regex_constants::icase;
|
|
|
|
static constexpr flag_type nosubs = regex_constants::nosubs;
|
|
|
|
static constexpr flag_type optimize = regex_constants::optimize;
|
|
|
|
static constexpr flag_type collate = regex_constants::collate;
|
|
|
|
static constexpr flag_type ECMAScript = regex_constants::ECMAScript;
|
|
|
|
static constexpr flag_type basic = regex_constants::basic;
|
|
|
|
static constexpr flag_type extended = regex_constants::extended;
|
|
|
|
static constexpr flag_type awk = regex_constants::awk;
|
|
|
|
static constexpr flag_type grep = regex_constants::grep;
|
|
|
|
static constexpr flag_type egrep = regex_constants::egrep;
|
2010-06-25 21:27:16 +02:00
|
|
|
//@}
|
|
|
|
|
|
|
|
// [7.8.2] construct/copy/destroy
|
|
|
|
/**
|
|
|
|
* Constructs a basic regular expression that does not match any
|
|
|
|
* character sequence.
|
|
|
|
*/
|
|
|
|
basic_regex()
|
2013-08-07 18:27:36 +02:00
|
|
|
: _M_flags(ECMAScript), _M_automaton(nullptr)
|
2010-06-25 21:27:16 +02:00
|
|
|
{ }
|
|
|
|
|
|
|
|
/**
|
2011-08-07 09:27:06 +02:00
|
|
|
* @brief Constructs a basic regular expression from the
|
|
|
|
* sequence [__p, __p + char_traits<_Ch_type>::length(__p))
|
|
|
|
* interpreted according to the flags in @p __f.
|
2010-06-25 21:27:16 +02:00
|
|
|
*
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __p A pointer to the start of a C-style null-terminated string
|
2010-06-25 21:27:16 +02:00
|
|
|
* containing a regular expression.
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __f Flags indicating the syntax rules and options.
|
2010-06-25 21:27:16 +02:00
|
|
|
*
|
2011-08-07 09:27:06 +02:00
|
|
|
* @throws regex_error if @p __p is not a valid regular expression.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
explicit
|
2012-06-28 09:50:34 +02:00
|
|
|
basic_regex(const _Ch_type* __p, flag_type __f = ECMAScript)
|
2013-08-07 18:27:36 +02:00
|
|
|
: basic_regex(__p, __p + _Rx_traits::length(__p), __f)
|
2010-06-25 21:27:16 +02:00
|
|
|
{ }
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Constructs a basic regular expression from the sequence
|
|
|
|
* [p, p + len) interpreted according to the flags in @p f.
|
|
|
|
*
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __p A pointer to the start of a string containing a regular
|
|
|
|
* expression.
|
|
|
|
* @param __len The length of the string containing the regular
|
|
|
|
* expression.
|
|
|
|
* @param __f Flags indicating the syntax rules and options.
|
2010-06-25 21:27:16 +02:00
|
|
|
*
|
2011-08-07 09:27:06 +02:00
|
|
|
* @throws regex_error if @p __p is not a valid regular expression.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
2013-08-07 18:27:36 +02:00
|
|
|
basic_regex(const _Ch_type* __p,
|
2013-08-22 11:01:38 +02:00
|
|
|
std::size_t __len, flag_type __f = ECMAScript)
|
2013-08-07 18:27:36 +02:00
|
|
|
: basic_regex(__p, __p + __len, __f)
|
2010-06-25 21:27:16 +02:00
|
|
|
{ }
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Copy-constructs a basic regular expression.
|
|
|
|
*
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __rhs A @p regex object.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
2013-08-07 18:27:36 +02:00
|
|
|
basic_regex(const basic_regex& __rhs) = default;
|
2010-06-25 21:27:16 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Move-constructs a basic regular expression.
|
|
|
|
*
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __rhs A @p regex object.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
2011-02-17 03:39:16 +01:00
|
|
|
basic_regex(const basic_regex&& __rhs) noexcept
|
2010-06-25 21:27:16 +02:00
|
|
|
: _M_flags(__rhs._M_flags), _M_traits(__rhs._M_traits),
|
2013-08-22 11:01:38 +02:00
|
|
|
_M_automaton(std::move(__rhs._M_automaton))
|
2010-06-25 21:27:16 +02:00
|
|
|
{ }
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Constructs a basic regular expression from the string
|
|
|
|
* @p s interpreted according to the flags in @p f.
|
|
|
|
*
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __s A string containing a regular expression.
|
|
|
|
* @param __f Flags indicating the syntax rules and options.
|
2010-06-25 21:27:16 +02:00
|
|
|
*
|
2011-08-07 09:27:06 +02:00
|
|
|
* @throws regex_error if @p __s is not a valid regular expression.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
template<typename _Ch_traits, typename _Ch_alloc>
|
2013-08-22 11:01:38 +02:00
|
|
|
explicit
|
|
|
|
basic_regex(const std::basic_string<_Ch_type, _Ch_traits,
|
2012-06-28 09:50:34 +02:00
|
|
|
_Ch_alloc>& __s,
|
|
|
|
flag_type __f = ECMAScript)
|
2013-08-07 18:27:36 +02:00
|
|
|
: basic_regex(__s.begin(), __s.end(), __f)
|
2013-08-22 11:01:38 +02:00
|
|
|
{ }
|
2010-06-25 21:27:16 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Constructs a basic regular expression from the range
|
|
|
|
* [first, last) interpreted according to the flags in @p f.
|
|
|
|
*
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __first The start of a range containing a valid regular
|
|
|
|
* expression.
|
|
|
|
* @param __last The end of a range containing a valid regular
|
|
|
|
* expression.
|
|
|
|
* @param __f The format flags of the regular expression.
|
2010-06-25 21:27:16 +02:00
|
|
|
*
|
2011-08-07 09:27:06 +02:00
|
|
|
* @throws regex_error if @p [__first, __last) is not a valid regular
|
2010-06-25 21:27:16 +02:00
|
|
|
* expression.
|
|
|
|
*/
|
2013-08-27 04:49:22 +02:00
|
|
|
template<typename _FwdIter>
|
|
|
|
basic_regex(_FwdIter __first, _FwdIter __last,
|
2012-06-28 09:50:34 +02:00
|
|
|
flag_type __f = ECMAScript)
|
2010-06-25 21:27:16 +02:00
|
|
|
: _M_flags(__f),
|
2013-08-27 04:49:22 +02:00
|
|
|
_M_automaton(__detail::_Compiler<_FwdIter, _Ch_type, _Rx_traits>
|
2013-08-22 11:01:38 +02:00
|
|
|
(__first, __last, _M_traits, _M_flags)._M_get_nfa())
|
|
|
|
{ }
|
2010-06-25 21:27:16 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Constructs a basic regular expression from an initializer list.
|
|
|
|
*
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __l The initializer list.
|
|
|
|
* @param __f The format flags of the regular expression.
|
2010-06-25 21:27:16 +02:00
|
|
|
*
|
2011-08-07 09:27:06 +02:00
|
|
|
* @throws regex_error if @p __l is not a valid regular expression.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
basic_regex(initializer_list<_Ch_type> __l,
|
2012-06-28 09:50:34 +02:00
|
|
|
flag_type __f = ECMAScript)
|
2013-08-07 18:27:36 +02:00
|
|
|
: basic_regex(__l.begin(), __l.end(), __f)
|
2010-06-25 21:27:16 +02:00
|
|
|
{ }
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Destroys a basic regular expression.
|
|
|
|
*/
|
|
|
|
~basic_regex()
|
|
|
|
{ }
|
2013-08-07 18:27:36 +02:00
|
|
|
|
2010-06-25 21:27:16 +02:00
|
|
|
/**
|
|
|
|
* @brief Assigns one regular expression to another.
|
|
|
|
*/
|
|
|
|
basic_regex&
|
|
|
|
operator=(const basic_regex& __rhs)
|
|
|
|
{ return this->assign(__rhs); }
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Move-assigns one regular expression to another.
|
|
|
|
*/
|
|
|
|
basic_regex&
|
2011-02-17 03:39:16 +01:00
|
|
|
operator=(basic_regex&& __rhs) noexcept
|
2010-06-25 21:27:16 +02:00
|
|
|
{ return this->assign(std::move(__rhs)); }
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Replaces a regular expression with a new one constructed from
|
|
|
|
* a C-style null-terminated string.
|
|
|
|
*
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __p A pointer to the start of a null-terminated C-style string
|
2010-06-25 21:27:16 +02:00
|
|
|
* containing a regular expression.
|
|
|
|
*/
|
|
|
|
basic_regex&
|
|
|
|
operator=(const _Ch_type* __p)
|
|
|
|
{ return this->assign(__p, flags()); }
|
2013-08-07 18:27:36 +02:00
|
|
|
|
2010-06-25 21:27:16 +02:00
|
|
|
/**
|
|
|
|
* @brief Replaces a regular expression with a new one constructed from
|
|
|
|
* a string.
|
|
|
|
*
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __s A pointer to a string containing a regular expression.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
2012-06-28 09:50:34 +02:00
|
|
|
template<typename _Ch_typeraits, typename _Alloc>
|
2013-08-22 11:01:38 +02:00
|
|
|
basic_regex&
|
|
|
|
operator=(const basic_string<_Ch_type, _Ch_typeraits, _Alloc>& __s)
|
|
|
|
{ return this->assign(__s, flags()); }
|
2010-06-25 21:27:16 +02:00
|
|
|
|
|
|
|
// [7.8.3] assign
|
|
|
|
/**
|
|
|
|
* @brief the real assignment operator.
|
|
|
|
*
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __rhs Another regular expression object.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
basic_regex&
|
|
|
|
assign(const basic_regex& __rhs)
|
|
|
|
{
|
|
|
|
basic_regex __tmp(__rhs);
|
|
|
|
this->swap(__tmp);
|
|
|
|
return *this;
|
|
|
|
}
|
2013-08-07 18:27:36 +02:00
|
|
|
|
2010-06-25 21:27:16 +02:00
|
|
|
/**
|
|
|
|
* @brief The move-assignment operator.
|
|
|
|
*
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __rhs Another regular expression object.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
basic_regex&
|
2011-02-17 03:39:16 +01:00
|
|
|
assign(basic_regex&& __rhs) noexcept
|
2010-06-25 21:27:16 +02:00
|
|
|
{
|
|
|
|
basic_regex __tmp(std::move(__rhs));
|
|
|
|
this->swap(__tmp);
|
|
|
|
return *this;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Assigns a new regular expression to a regex object from a
|
|
|
|
* C-style null-terminated string containing a regular expression
|
|
|
|
* pattern.
|
|
|
|
*
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __p A pointer to a C-style null-terminated string containing
|
2010-06-25 21:27:16 +02:00
|
|
|
* a regular expression pattern.
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __flags Syntax option flags.
|
2010-06-25 21:27:16 +02:00
|
|
|
*
|
2011-08-07 09:27:06 +02:00
|
|
|
* @throws regex_error if __p does not contain a valid regular
|
|
|
|
* expression pattern interpreted according to @p __flags. If
|
|
|
|
* regex_error is thrown, *this remains unchanged.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
basic_regex&
|
2012-06-28 09:50:34 +02:00
|
|
|
assign(const _Ch_type* __p, flag_type __flags = ECMAScript)
|
2010-06-25 21:27:16 +02:00
|
|
|
{ return this->assign(string_type(__p), __flags); }
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Assigns a new regular expression to a regex object from a
|
|
|
|
* C-style string containing a regular expression pattern.
|
|
|
|
*
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __p A pointer to a C-style string containing a
|
|
|
|
* regular expression pattern.
|
|
|
|
* @param __len The length of the regular expression pattern string.
|
|
|
|
* @param __flags Syntax option flags.
|
2010-06-25 21:27:16 +02:00
|
|
|
*
|
2011-08-07 09:27:06 +02:00
|
|
|
* @throws regex_error if p does not contain a valid regular
|
|
|
|
* expression pattern interpreted according to @p __flags. If
|
|
|
|
* regex_error is thrown, *this remains unchanged.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
basic_regex&
|
|
|
|
assign(const _Ch_type* __p, std::size_t __len, flag_type __flags)
|
|
|
|
{ return this->assign(string_type(__p, __len), __flags); }
|
|
|
|
|
|
|
|
/**
|
2013-08-07 18:27:36 +02:00
|
|
|
* @brief Assigns a new regular expression to a regex object from a
|
2010-06-25 21:27:16 +02:00
|
|
|
* string containing a regular expression pattern.
|
|
|
|
*
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __s A string containing a regular expression pattern.
|
|
|
|
* @param __flags Syntax option flags.
|
2010-06-25 21:27:16 +02:00
|
|
|
*
|
2011-08-07 09:27:06 +02:00
|
|
|
* @throws regex_error if __s does not contain a valid regular
|
|
|
|
* expression pattern interpreted according to @p __flags. If
|
|
|
|
* regex_error is thrown, *this remains unchanged.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
2012-06-28 09:50:34 +02:00
|
|
|
template<typename _Ch_typeraits, typename _Alloc>
|
2013-08-22 11:01:38 +02:00
|
|
|
basic_regex&
|
|
|
|
assign(const basic_string<_Ch_type, _Ch_typeraits, _Alloc>& __s,
|
2012-06-28 09:50:34 +02:00
|
|
|
flag_type __flags = ECMAScript)
|
2013-08-22 11:01:38 +02:00
|
|
|
{
|
2011-08-07 09:27:06 +02:00
|
|
|
basic_regex __tmp(__s, __flags);
|
2010-06-25 21:27:16 +02:00
|
|
|
this->swap(__tmp);
|
|
|
|
return *this;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Assigns a new regular expression to a regex object.
|
|
|
|
*
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __first The start of a range containing a valid regular
|
|
|
|
* expression.
|
|
|
|
* @param __last The end of a range containing a valid regular
|
|
|
|
* expression.
|
|
|
|
* @param __flags Syntax option flags.
|
2010-06-25 21:27:16 +02:00
|
|
|
*
|
2011-08-07 09:27:06 +02:00
|
|
|
* @throws regex_error if p does not contain a valid regular
|
|
|
|
* expression pattern interpreted according to @p __flags. If
|
|
|
|
* regex_error is thrown, the object remains unchanged.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
template<typename _InputIterator>
|
2013-08-22 11:01:38 +02:00
|
|
|
basic_regex&
|
|
|
|
assign(_InputIterator __first, _InputIterator __last,
|
2012-06-28 09:50:34 +02:00
|
|
|
flag_type __flags = ECMAScript)
|
2013-08-22 11:01:38 +02:00
|
|
|
{ return this->assign(string_type(__first, __last), __flags); }
|
2010-06-25 21:27:16 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Assigns a new regular expression to a regex object.
|
|
|
|
*
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __l An initializer list representing a regular expression.
|
|
|
|
* @param __flags Syntax option flags.
|
2010-06-25 21:27:16 +02:00
|
|
|
*
|
2011-08-07 09:27:06 +02:00
|
|
|
* @throws regex_error if @p __l does not contain a valid
|
|
|
|
* regular expression pattern interpreted according to @p
|
|
|
|
* __flags. If regex_error is thrown, the object remains
|
|
|
|
* unchanged.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
basic_regex&
|
2012-06-28 09:50:34 +02:00
|
|
|
assign(initializer_list<_Ch_type> __l, flag_type __flags = ECMAScript)
|
2011-08-07 09:27:06 +02:00
|
|
|
{ return this->assign(__l.begin(), __l.end(), __flags); }
|
2010-06-25 21:27:16 +02:00
|
|
|
|
|
|
|
// [7.8.4] const operations
|
|
|
|
/**
|
|
|
|
* @brief Gets the number of marked subexpressions within the regular
|
|
|
|
* expression.
|
|
|
|
*/
|
|
|
|
unsigned int
|
|
|
|
mark_count() const
|
|
|
|
{ return _M_automaton->_M_sub_count() - 1; }
|
2013-08-07 18:27:36 +02:00
|
|
|
|
2010-06-25 21:27:16 +02:00
|
|
|
/**
|
|
|
|
* @brief Gets the flags used to construct the regular expression
|
|
|
|
* or in the last call to assign().
|
|
|
|
*/
|
|
|
|
flag_type
|
|
|
|
flags() const
|
|
|
|
{ return _M_flags; }
|
2013-08-07 18:27:36 +02:00
|
|
|
|
2010-06-25 21:27:16 +02:00
|
|
|
// [7.8.5] locale
|
|
|
|
/**
|
|
|
|
* @brief Imbues the regular expression object with the given locale.
|
|
|
|
*
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __loc A locale.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
locale_type
|
|
|
|
imbue(locale_type __loc)
|
|
|
|
{ return _M_traits.imbue(__loc); }
|
2013-08-07 18:27:36 +02:00
|
|
|
|
2010-06-25 21:27:16 +02:00
|
|
|
/**
|
|
|
|
* @brief Gets the locale currently imbued in the regular expression
|
|
|
|
* object.
|
|
|
|
*/
|
|
|
|
locale_type
|
|
|
|
getloc() const
|
|
|
|
{ return _M_traits.getloc(); }
|
2013-08-07 18:27:36 +02:00
|
|
|
|
2010-06-25 21:27:16 +02:00
|
|
|
// [7.8.6] swap
|
|
|
|
/**
|
|
|
|
* @brief Swaps the contents of two regular expression objects.
|
|
|
|
*
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __rhs Another regular expression object.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
void
|
|
|
|
swap(basic_regex& __rhs)
|
|
|
|
{
|
2012-06-28 09:50:34 +02:00
|
|
|
std::swap(_M_flags, __rhs._M_flags);
|
|
|
|
std::swap(_M_traits, __rhs._M_traits);
|
2010-06-25 21:27:16 +02:00
|
|
|
std::swap(_M_automaton, __rhs._M_automaton);
|
|
|
|
}
|
|
|
|
|
|
|
|
#ifdef _GLIBCXX_DEBUG
|
|
|
|
void
|
|
|
|
_M_dot(std::ostream& __ostr)
|
|
|
|
{ _M_automaton->_M_dot(__ostr); }
|
|
|
|
#endif
|
|
|
|
|
|
|
|
protected:
|
2013-08-07 18:27:36 +02:00
|
|
|
typedef std::shared_ptr<__detail::_Automaton<_Ch_type, _Rx_traits>>
|
2013-08-22 11:01:38 +02:00
|
|
|
_AutomatonPtr;
|
2013-08-07 18:27:36 +02:00
|
|
|
|
|
|
|
template<typename _BiIter, typename _Alloc,
|
2013-08-22 11:01:38 +02:00
|
|
|
typename _CharT, typename _TraitsT>
|
|
|
|
friend std::unique_ptr<
|
|
|
|
__detail::_Executor<_BiIter, _Alloc, _CharT, _TraitsT>>
|
|
|
|
__detail::__get_executor(_BiIter,
|
|
|
|
_BiIter,
|
|
|
|
match_results<_BiIter, _Alloc>&,
|
|
|
|
const basic_regex<_CharT, _TraitsT>&,
|
|
|
|
regex_constants::match_flag_type);
|
2013-08-07 18:27:36 +02:00
|
|
|
|
2013-08-08 15:34:12 +02:00
|
|
|
template<typename _Bp, typename _Ap, typename _Cp, typename _Rp>
|
2013-08-22 11:01:38 +02:00
|
|
|
friend bool
|
|
|
|
regex_match(_Bp, _Bp,
|
|
|
|
match_results<_Bp, _Ap>&,
|
|
|
|
const basic_regex<_Cp, _Rp>&,
|
|
|
|
regex_constants::match_flag_type);
|
2013-08-07 18:27:36 +02:00
|
|
|
|
2013-08-08 15:34:12 +02:00
|
|
|
template<typename _Bp, typename _Ap, typename _Cp, typename _Rp>
|
2013-08-22 11:01:38 +02:00
|
|
|
friend bool
|
|
|
|
regex_search(_Bp, _Bp,
|
|
|
|
match_results<_Bp, _Ap>&,
|
|
|
|
const basic_regex<_Cp, _Rp>&,
|
|
|
|
regex_constants::match_flag_type);
|
2013-08-07 18:27:36 +02:00
|
|
|
|
|
|
|
flag_type _M_flags;
|
|
|
|
_Rx_traits _M_traits;
|
|
|
|
_AutomatonPtr _M_automaton;
|
2010-06-25 21:27:16 +02:00
|
|
|
};
|
2013-08-07 18:27:36 +02:00
|
|
|
|
2010-06-25 21:27:16 +02:00
|
|
|
/** @brief Standard regular expressions. */
|
|
|
|
typedef basic_regex<char> regex;
|
2012-06-28 09:50:34 +02:00
|
|
|
|
2010-06-25 21:27:16 +02:00
|
|
|
#ifdef _GLIBCXX_USE_WCHAR_T
|
|
|
|
/** @brief Standard wide-character regular expressions. */
|
|
|
|
typedef basic_regex<wchar_t> wregex;
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
// [7.8.6] basic_regex swap
|
|
|
|
/**
|
|
|
|
* @brief Swaps the contents of two regular expression objects.
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __lhs First regular expression.
|
|
|
|
* @param __rhs Second regular expression.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
template<typename _Ch_type, typename _Rx_traits>
|
|
|
|
inline void
|
|
|
|
swap(basic_regex<_Ch_type, _Rx_traits>& __lhs,
|
|
|
|
basic_regex<_Ch_type, _Rx_traits>& __rhs)
|
|
|
|
{ __lhs.swap(__rhs); }
|
|
|
|
|
|
|
|
|
|
|
|
// [7.9] Class template sub_match
|
|
|
|
/**
|
|
|
|
* A sequence of characters matched by a particular marked sub-expression.
|
|
|
|
*
|
|
|
|
* An object of this class is essentially a pair of iterators marking a
|
|
|
|
* matched subexpression within a regular expression pattern match. Such
|
|
|
|
* objects can be converted to and compared with std::basic_string objects
|
|
|
|
* of a similar base character type as the pattern matched by the regular
|
|
|
|
* expression.
|
|
|
|
*
|
|
|
|
* The iterators that make up the pair are the usual half-open interval
|
|
|
|
* referencing the actual original pattern matched.
|
|
|
|
*/
|
|
|
|
template<typename _BiIter>
|
|
|
|
class sub_match : public std::pair<_BiIter, _BiIter>
|
|
|
|
{
|
2012-06-28 09:50:34 +02:00
|
|
|
typedef iterator_traits<_BiIter> __iter_traits;
|
|
|
|
|
2010-06-25 21:27:16 +02:00
|
|
|
public:
|
2012-06-28 09:50:34 +02:00
|
|
|
typedef typename __iter_traits::value_type value_type;
|
|
|
|
typedef typename __iter_traits::difference_type difference_type;
|
|
|
|
typedef _BiIter iterator;
|
|
|
|
typedef std::basic_string<value_type> string_type;
|
2010-06-25 21:27:16 +02:00
|
|
|
|
|
|
|
bool matched;
|
2013-08-07 18:27:36 +02:00
|
|
|
|
2011-02-15 00:35:22 +01:00
|
|
|
constexpr sub_match() : matched() { }
|
|
|
|
|
2010-06-25 21:27:16 +02:00
|
|
|
/**
|
|
|
|
* Gets the length of the matching sequence.
|
|
|
|
*/
|
|
|
|
difference_type
|
|
|
|
length() const
|
|
|
|
{ return this->matched ? std::distance(this->first, this->second) : 0; }
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Gets the matching sequence as a string.
|
|
|
|
*
|
|
|
|
* @returns the matching sequence as a string.
|
|
|
|
*
|
|
|
|
* This is the implicit conversion operator. It is identical to the
|
|
|
|
* str() member function except that it will want to pop up in
|
|
|
|
* unexpected places and cause a great deal of confusion and cursing
|
|
|
|
* from the unwary.
|
|
|
|
*/
|
|
|
|
operator string_type() const
|
|
|
|
{
|
|
|
|
return this->matched
|
|
|
|
? string_type(this->first, this->second)
|
|
|
|
: string_type();
|
|
|
|
}
|
2013-08-07 18:27:36 +02:00
|
|
|
|
2010-06-25 21:27:16 +02:00
|
|
|
/**
|
|
|
|
* @brief Gets the matching sequence as a string.
|
|
|
|
*
|
|
|
|
* @returns the matching sequence as a string.
|
|
|
|
*/
|
|
|
|
string_type
|
|
|
|
str() const
|
|
|
|
{
|
|
|
|
return this->matched
|
|
|
|
? string_type(this->first, this->second)
|
|
|
|
: string_type();
|
|
|
|
}
|
2013-08-07 18:27:36 +02:00
|
|
|
|
2010-06-25 21:27:16 +02:00
|
|
|
/**
|
|
|
|
* @brief Compares this and another matched sequence.
|
|
|
|
*
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __s Another matched sequence to compare to this one.
|
2010-06-25 21:27:16 +02:00
|
|
|
*
|
2011-08-07 09:27:06 +02:00
|
|
|
* @retval <0 this matched sequence will collate before @p __s.
|
|
|
|
* @retval =0 this matched sequence is equivalent to @p __s.
|
|
|
|
* @retval <0 this matched sequence will collate after @p __s.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
int
|
|
|
|
compare(const sub_match& __s) const
|
|
|
|
{ return this->str().compare(__s.str()); }
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Compares this sub_match to a string.
|
|
|
|
*
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __s A string to compare to this sub_match.
|
2010-06-25 21:27:16 +02:00
|
|
|
*
|
2011-08-07 09:27:06 +02:00
|
|
|
* @retval <0 this matched sequence will collate before @p __s.
|
|
|
|
* @retval =0 this matched sequence is equivalent to @p __s.
|
|
|
|
* @retval <0 this matched sequence will collate after @p __s.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
int
|
|
|
|
compare(const string_type& __s) const
|
|
|
|
{ return this->str().compare(__s); }
|
2013-08-07 18:27:36 +02:00
|
|
|
|
2010-06-25 21:27:16 +02:00
|
|
|
/**
|
|
|
|
* @brief Compares this sub_match to a C-style string.
|
|
|
|
*
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __s A C-style string to compare to this sub_match.
|
2010-06-25 21:27:16 +02:00
|
|
|
*
|
2011-08-07 09:27:06 +02:00
|
|
|
* @retval <0 this matched sequence will collate before @p __s.
|
|
|
|
* @retval =0 this matched sequence is equivalent to @p __s.
|
|
|
|
* @retval <0 this matched sequence will collate after @p __s.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
int
|
|
|
|
compare(const value_type* __s) const
|
|
|
|
{ return this->str().compare(__s); }
|
|
|
|
};
|
2013-08-07 18:27:36 +02:00
|
|
|
|
|
|
|
|
2010-06-25 21:27:16 +02:00
|
|
|
/** @brief Standard regex submatch over a C-style null-terminated string. */
|
|
|
|
typedef sub_match<const char*> csub_match;
|
2012-06-28 09:50:34 +02:00
|
|
|
|
2010-06-25 21:27:16 +02:00
|
|
|
/** @brief Standard regex submatch over a standard string. */
|
|
|
|
typedef sub_match<string::const_iterator> ssub_match;
|
2012-06-28 09:50:34 +02:00
|
|
|
|
2010-06-25 21:27:16 +02:00
|
|
|
#ifdef _GLIBCXX_USE_WCHAR_T
|
|
|
|
/** @brief Regex submatch over a C-style null-terminated wide string. */
|
|
|
|
typedef sub_match<const wchar_t*> wcsub_match;
|
2012-06-28 09:50:34 +02:00
|
|
|
|
2010-06-25 21:27:16 +02:00
|
|
|
/** @brief Regex submatch over a standard wide string. */
|
|
|
|
typedef sub_match<wstring::const_iterator> wssub_match;
|
|
|
|
#endif
|
|
|
|
|
|
|
|
// [7.9.2] sub_match non-member operators
|
2013-08-07 18:27:36 +02:00
|
|
|
|
2010-06-25 21:27:16 +02:00
|
|
|
/**
|
|
|
|
* @brief Tests the equivalence of two regular expression submatches.
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __lhs First regular expression submatch.
|
|
|
|
* @param __rhs Second regular expression submatch.
|
|
|
|
* @returns true if @a __lhs is equivalent to @a __rhs, false otherwise.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
template<typename _BiIter>
|
|
|
|
inline bool
|
2012-06-28 09:50:34 +02:00
|
|
|
operator==(const sub_match<_BiIter>& __lhs, const sub_match<_BiIter>& __rhs)
|
2010-06-25 21:27:16 +02:00
|
|
|
{ return __lhs.compare(__rhs) == 0; }
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Tests the inequivalence of two regular expression submatches.
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __lhs First regular expression submatch.
|
|
|
|
* @param __rhs Second regular expression submatch.
|
|
|
|
* @returns true if @a __lhs is not equivalent to @a __rhs, false otherwise.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
template<typename _BiIter>
|
|
|
|
inline bool
|
2012-06-28 09:50:34 +02:00
|
|
|
operator!=(const sub_match<_BiIter>& __lhs, const sub_match<_BiIter>& __rhs)
|
2010-06-25 21:27:16 +02:00
|
|
|
{ return __lhs.compare(__rhs) != 0; }
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Tests the ordering of two regular expression submatches.
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __lhs First regular expression submatch.
|
|
|
|
* @param __rhs Second regular expression submatch.
|
|
|
|
* @returns true if @a __lhs precedes @a __rhs, false otherwise.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
template<typename _BiIter>
|
|
|
|
inline bool
|
2012-06-28 09:50:34 +02:00
|
|
|
operator<(const sub_match<_BiIter>& __lhs, const sub_match<_BiIter>& __rhs)
|
2010-06-25 21:27:16 +02:00
|
|
|
{ return __lhs.compare(__rhs) < 0; }
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Tests the ordering of two regular expression submatches.
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __lhs First regular expression submatch.
|
|
|
|
* @param __rhs Second regular expression submatch.
|
|
|
|
* @returns true if @a __lhs does not succeed @a __rhs, false otherwise.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
template<typename _BiIter>
|
|
|
|
inline bool
|
2012-06-28 09:50:34 +02:00
|
|
|
operator<=(const sub_match<_BiIter>& __lhs, const sub_match<_BiIter>& __rhs)
|
2010-06-25 21:27:16 +02:00
|
|
|
{ return __lhs.compare(__rhs) <= 0; }
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Tests the ordering of two regular expression submatches.
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __lhs First regular expression submatch.
|
|
|
|
* @param __rhs Second regular expression submatch.
|
|
|
|
* @returns true if @a __lhs does not precede @a __rhs, false otherwise.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
template<typename _BiIter>
|
|
|
|
inline bool
|
2012-06-28 09:50:34 +02:00
|
|
|
operator>=(const sub_match<_BiIter>& __lhs, const sub_match<_BiIter>& __rhs)
|
2010-06-25 21:27:16 +02:00
|
|
|
{ return __lhs.compare(__rhs) >= 0; }
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Tests the ordering of two regular expression submatches.
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __lhs First regular expression submatch.
|
|
|
|
* @param __rhs Second regular expression submatch.
|
|
|
|
* @returns true if @a __lhs succeeds @a __rhs, false otherwise.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
template<typename _BiIter>
|
|
|
|
inline bool
|
2012-06-28 09:50:34 +02:00
|
|
|
operator>(const sub_match<_BiIter>& __lhs, const sub_match<_BiIter>& __rhs)
|
2010-06-25 21:27:16 +02:00
|
|
|
{ return __lhs.compare(__rhs) > 0; }
|
|
|
|
|
2012-06-28 09:50:34 +02:00
|
|
|
// Alias for sub_match'd string.
|
|
|
|
template<typename _Bi_iter, typename _Ch_traits, typename _Ch_alloc>
|
|
|
|
using __sub_match_string = basic_string<
|
2013-08-22 11:01:38 +02:00
|
|
|
typename iterator_traits<_Bi_iter>::value_type,
|
|
|
|
_Ch_traits, _Ch_alloc>;
|
2012-06-28 09:50:34 +02:00
|
|
|
|
2010-06-25 21:27:16 +02:00
|
|
|
/**
|
|
|
|
* @brief Tests the equivalence of a string and a regular expression
|
|
|
|
* submatch.
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __lhs A string.
|
|
|
|
* @param __rhs A regular expression submatch.
|
|
|
|
* @returns true if @a __lhs is equivalent to @a __rhs, false otherwise.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
template<typename _Bi_iter, typename _Ch_traits, typename _Ch_alloc>
|
|
|
|
inline bool
|
2012-06-28 09:50:34 +02:00
|
|
|
operator==(const __sub_match_string<_Bi_iter, _Ch_traits, _Ch_alloc>& __lhs,
|
2010-06-25 21:27:16 +02:00
|
|
|
const sub_match<_Bi_iter>& __rhs)
|
2011-02-17 03:39:16 +01:00
|
|
|
{ return __rhs.compare(__lhs.c_str()) == 0; }
|
2010-06-25 21:27:16 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Tests the inequivalence of a string and a regular expression
|
|
|
|
* submatch.
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __lhs A string.
|
|
|
|
* @param __rhs A regular expression submatch.
|
|
|
|
* @returns true if @a __lhs is not equivalent to @a __rhs, false otherwise.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
template<typename _Bi_iter, typename _Ch_traits, typename _Ch_alloc>
|
|
|
|
inline bool
|
2012-06-28 09:50:34 +02:00
|
|
|
operator!=(const __sub_match_string<_Bi_iter, _Ch_traits, _Ch_alloc>& __lhs,
|
|
|
|
const sub_match<_Bi_iter>& __rhs)
|
2011-02-17 03:39:16 +01:00
|
|
|
{ return !(__lhs == __rhs); }
|
2010-06-25 21:27:16 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Tests the ordering of a string and a regular expression submatch.
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __lhs A string.
|
|
|
|
* @param __rhs A regular expression submatch.
|
|
|
|
* @returns true if @a __lhs precedes @a __rhs, false otherwise.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
template<typename _Bi_iter, typename _Ch_traits, typename _Ch_alloc>
|
|
|
|
inline bool
|
2012-06-28 09:50:34 +02:00
|
|
|
operator<(const __sub_match_string<_Bi_iter, _Ch_traits, _Ch_alloc>& __lhs,
|
|
|
|
const sub_match<_Bi_iter>& __rhs)
|
2011-02-17 03:39:16 +01:00
|
|
|
{ return __rhs.compare(__lhs.c_str()) > 0; }
|
2010-06-25 21:27:16 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Tests the ordering of a string and a regular expression submatch.
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __lhs A string.
|
|
|
|
* @param __rhs A regular expression submatch.
|
|
|
|
* @returns true if @a __lhs succeeds @a __rhs, false otherwise.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
template<typename _Bi_iter, typename _Ch_traits, typename _Ch_alloc>
|
|
|
|
inline bool
|
2012-06-28 09:50:34 +02:00
|
|
|
operator>(const __sub_match_string<_Bi_iter, _Ch_traits, _Ch_alloc>& __lhs,
|
|
|
|
const sub_match<_Bi_iter>& __rhs)
|
2011-02-17 03:39:16 +01:00
|
|
|
{ return __rhs < __lhs; }
|
2010-06-25 21:27:16 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Tests the ordering of a string and a regular expression submatch.
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __lhs A string.
|
|
|
|
* @param __rhs A regular expression submatch.
|
|
|
|
* @returns true if @a __lhs does not precede @a __rhs, false otherwise.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
template<typename _Bi_iter, typename _Ch_traits, typename _Ch_alloc>
|
|
|
|
inline bool
|
2012-06-28 09:50:34 +02:00
|
|
|
operator>=(const __sub_match_string<_Bi_iter, _Ch_traits, _Ch_alloc>& __lhs,
|
|
|
|
const sub_match<_Bi_iter>& __rhs)
|
2011-02-17 03:39:16 +01:00
|
|
|
{ return !(__lhs < __rhs); }
|
2010-06-25 21:27:16 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Tests the ordering of a string and a regular expression submatch.
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __lhs A string.
|
|
|
|
* @param __rhs A regular expression submatch.
|
|
|
|
* @returns true if @a __lhs does not succeed @a __rhs, false otherwise.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
template<typename _Bi_iter, typename _Ch_traits, typename _Ch_alloc>
|
|
|
|
inline bool
|
2012-06-28 09:50:34 +02:00
|
|
|
operator<=(const __sub_match_string<_Bi_iter, _Ch_traits, _Ch_alloc>& __lhs,
|
|
|
|
const sub_match<_Bi_iter>& __rhs)
|
2011-02-17 03:39:16 +01:00
|
|
|
{ return !(__rhs < __lhs); }
|
2010-06-25 21:27:16 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Tests the equivalence of a regular expression submatch and a
|
|
|
|
* string.
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __lhs A regular expression submatch.
|
|
|
|
* @param __rhs A string.
|
|
|
|
* @returns true if @a __lhs is equivalent to @a __rhs, false otherwise.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
template<typename _Bi_iter, typename _Ch_traits, typename _Ch_alloc>
|
|
|
|
inline bool
|
|
|
|
operator==(const sub_match<_Bi_iter>& __lhs,
|
2012-06-28 09:50:34 +02:00
|
|
|
const __sub_match_string<_Bi_iter, _Ch_traits, _Ch_alloc>& __rhs)
|
2011-02-17 03:39:16 +01:00
|
|
|
{ return __lhs.compare(__rhs.c_str()) == 0; }
|
2010-06-25 21:27:16 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Tests the inequivalence of a regular expression submatch and a
|
|
|
|
* string.
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __lhs A regular expression submatch.
|
|
|
|
* @param __rhs A string.
|
|
|
|
* @returns true if @a __lhs is not equivalent to @a __rhs, false otherwise.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
template<typename _Bi_iter, typename _Ch_traits, typename _Ch_alloc>
|
|
|
|
inline bool
|
|
|
|
operator!=(const sub_match<_Bi_iter>& __lhs,
|
2012-06-28 09:50:34 +02:00
|
|
|
const __sub_match_string<_Bi_iter, _Ch_traits, _Ch_alloc>& __rhs)
|
2011-02-17 03:39:16 +01:00
|
|
|
{ return !(__lhs == __rhs); }
|
2010-06-25 21:27:16 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Tests the ordering of a regular expression submatch and a string.
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __lhs A regular expression submatch.
|
|
|
|
* @param __rhs A string.
|
|
|
|
* @returns true if @a __lhs precedes @a __rhs, false otherwise.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
template<typename _Bi_iter, class _Ch_traits, class _Ch_alloc>
|
|
|
|
inline bool
|
|
|
|
operator<(const sub_match<_Bi_iter>& __lhs,
|
2012-06-28 09:50:34 +02:00
|
|
|
const __sub_match_string<_Bi_iter, _Ch_traits, _Ch_alloc>& __rhs)
|
2011-02-17 03:39:16 +01:00
|
|
|
{ return __lhs.compare(__rhs.c_str()) < 0; }
|
2010-06-25 21:27:16 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Tests the ordering of a regular expression submatch and a string.
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __lhs A regular expression submatch.
|
|
|
|
* @param __rhs A string.
|
|
|
|
* @returns true if @a __lhs succeeds @a __rhs, false otherwise.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
template<typename _Bi_iter, class _Ch_traits, class _Ch_alloc>
|
|
|
|
inline bool
|
|
|
|
operator>(const sub_match<_Bi_iter>& __lhs,
|
2012-06-28 09:50:34 +02:00
|
|
|
const __sub_match_string<_Bi_iter, _Ch_traits, _Ch_alloc>& __rhs)
|
2011-02-17 03:39:16 +01:00
|
|
|
{ return __rhs < __lhs; }
|
2010-06-25 21:27:16 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Tests the ordering of a regular expression submatch and a string.
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __lhs A regular expression submatch.
|
|
|
|
* @param __rhs A string.
|
|
|
|
* @returns true if @a __lhs does not precede @a __rhs, false otherwise.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
template<typename _Bi_iter, class _Ch_traits, class _Ch_alloc>
|
|
|
|
inline bool
|
|
|
|
operator>=(const sub_match<_Bi_iter>& __lhs,
|
2012-06-28 09:50:34 +02:00
|
|
|
const __sub_match_string<_Bi_iter, _Ch_traits, _Ch_alloc>& __rhs)
|
2011-02-17 03:39:16 +01:00
|
|
|
{ return !(__lhs < __rhs); }
|
2010-06-25 21:27:16 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Tests the ordering of a regular expression submatch and a string.
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __lhs A regular expression submatch.
|
|
|
|
* @param __rhs A string.
|
|
|
|
* @returns true if @a __lhs does not succeed @a __rhs, false otherwise.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
template<typename _Bi_iter, class _Ch_traits, class _Ch_alloc>
|
|
|
|
inline bool
|
|
|
|
operator<=(const sub_match<_Bi_iter>& __lhs,
|
2012-06-28 09:50:34 +02:00
|
|
|
const __sub_match_string<_Bi_iter, _Ch_traits, _Ch_alloc>& __rhs)
|
2011-02-17 03:39:16 +01:00
|
|
|
{ return !(__rhs < __lhs); }
|
2010-06-25 21:27:16 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Tests the equivalence of a C string and a regular expression
|
|
|
|
* submatch.
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __lhs A C string.
|
|
|
|
* @param __rhs A regular expression submatch.
|
|
|
|
* @returns true if @a __lhs is equivalent to @a __rhs, false otherwise.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
template<typename _Bi_iter>
|
|
|
|
inline bool
|
|
|
|
operator==(typename iterator_traits<_Bi_iter>::value_type const* __lhs,
|
|
|
|
const sub_match<_Bi_iter>& __rhs)
|
2011-02-17 03:39:16 +01:00
|
|
|
{ return __rhs.compare(__lhs) == 0; }
|
2010-06-25 21:27:16 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Tests the inequivalence of an iterator value and a regular
|
|
|
|
* expression submatch.
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __lhs A regular expression submatch.
|
|
|
|
* @param __rhs A string.
|
|
|
|
* @returns true if @a __lhs is not equivalent to @a __rhs, false otherwise.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
template<typename _Bi_iter>
|
|
|
|
inline bool
|
|
|
|
operator!=(typename iterator_traits<_Bi_iter>::value_type const* __lhs,
|
|
|
|
const sub_match<_Bi_iter>& __rhs)
|
2011-02-17 03:39:16 +01:00
|
|
|
{ return !(__lhs == __rhs); }
|
2010-06-25 21:27:16 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Tests the ordering of a string and a regular expression submatch.
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __lhs A string.
|
|
|
|
* @param __rhs A regular expression submatch.
|
|
|
|
* @returns true if @a __lhs precedes @a __rhs, false otherwise.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
template<typename _Bi_iter>
|
|
|
|
inline bool
|
|
|
|
operator<(typename iterator_traits<_Bi_iter>::value_type const* __lhs,
|
|
|
|
const sub_match<_Bi_iter>& __rhs)
|
2011-02-17 03:39:16 +01:00
|
|
|
{ return __rhs.compare(__lhs) > 0; }
|
2010-06-25 21:27:16 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Tests the ordering of a string and a regular expression submatch.
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __lhs A string.
|
|
|
|
* @param __rhs A regular expression submatch.
|
|
|
|
* @returns true if @a __lhs succeeds @a __rhs, false otherwise.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
template<typename _Bi_iter>
|
|
|
|
inline bool
|
|
|
|
operator>(typename iterator_traits<_Bi_iter>::value_type const* __lhs,
|
|
|
|
const sub_match<_Bi_iter>& __rhs)
|
2011-02-17 03:39:16 +01:00
|
|
|
{ return __rhs < __lhs; }
|
2010-06-25 21:27:16 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Tests the ordering of a string and a regular expression submatch.
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __lhs A string.
|
|
|
|
* @param __rhs A regular expression submatch.
|
|
|
|
* @returns true if @a __lhs does not precede @a __rhs, false otherwise.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
template<typename _Bi_iter>
|
|
|
|
inline bool
|
|
|
|
operator>=(typename iterator_traits<_Bi_iter>::value_type const* __lhs,
|
|
|
|
const sub_match<_Bi_iter>& __rhs)
|
2011-02-17 03:39:16 +01:00
|
|
|
{ return !(__lhs < __rhs); }
|
2010-06-25 21:27:16 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Tests the ordering of a string and a regular expression submatch.
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __lhs A string.
|
|
|
|
* @param __rhs A regular expression submatch.
|
|
|
|
* @returns true if @a __lhs does not succeed @a __rhs, false otherwise.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
template<typename _Bi_iter>
|
|
|
|
inline bool
|
|
|
|
operator<=(typename iterator_traits<_Bi_iter>::value_type const* __lhs,
|
|
|
|
const sub_match<_Bi_iter>& __rhs)
|
2011-02-17 03:39:16 +01:00
|
|
|
{ return !(__rhs < __lhs); }
|
2010-06-25 21:27:16 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Tests the equivalence of a regular expression submatch and a
|
|
|
|
* string.
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __lhs A regular expression submatch.
|
|
|
|
* @param __rhs A pointer to a string?
|
|
|
|
* @returns true if @a __lhs is equivalent to @a __rhs, false otherwise.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
template<typename _Bi_iter>
|
|
|
|
inline bool
|
|
|
|
operator==(const sub_match<_Bi_iter>& __lhs,
|
|
|
|
typename iterator_traits<_Bi_iter>::value_type const* __rhs)
|
2011-02-17 03:39:16 +01:00
|
|
|
{ return __lhs.compare(__rhs) == 0; }
|
2010-06-25 21:27:16 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Tests the inequivalence of a regular expression submatch and a
|
|
|
|
* string.
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __lhs A regular expression submatch.
|
|
|
|
* @param __rhs A pointer to a string.
|
|
|
|
* @returns true if @a __lhs is not equivalent to @a __rhs, false otherwise.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
template<typename _Bi_iter>
|
|
|
|
inline bool
|
|
|
|
operator!=(const sub_match<_Bi_iter>& __lhs,
|
|
|
|
typename iterator_traits<_Bi_iter>::value_type const* __rhs)
|
2011-02-17 03:39:16 +01:00
|
|
|
{ return !(__lhs == __rhs); }
|
2010-06-25 21:27:16 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Tests the ordering of a regular expression submatch and a string.
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __lhs A regular expression submatch.
|
|
|
|
* @param __rhs A string.
|
|
|
|
* @returns true if @a __lhs precedes @a __rhs, false otherwise.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
template<typename _Bi_iter>
|
|
|
|
inline bool
|
|
|
|
operator<(const sub_match<_Bi_iter>& __lhs,
|
|
|
|
typename iterator_traits<_Bi_iter>::value_type const* __rhs)
|
2011-02-17 03:39:16 +01:00
|
|
|
{ return __lhs.compare(__rhs) < 0; }
|
2010-06-25 21:27:16 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Tests the ordering of a regular expression submatch and a string.
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __lhs A regular expression submatch.
|
|
|
|
* @param __rhs A string.
|
|
|
|
* @returns true if @a __lhs succeeds @a __rhs, false otherwise.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
template<typename _Bi_iter>
|
|
|
|
inline bool
|
|
|
|
operator>(const sub_match<_Bi_iter>& __lhs,
|
|
|
|
typename iterator_traits<_Bi_iter>::value_type const* __rhs)
|
2011-02-17 03:39:16 +01:00
|
|
|
{ return __rhs < __lhs; }
|
2010-06-25 21:27:16 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Tests the ordering of a regular expression submatch and a string.
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __lhs A regular expression submatch.
|
|
|
|
* @param __rhs A string.
|
|
|
|
* @returns true if @a __lhs does not precede @a __rhs, false otherwise.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
template<typename _Bi_iter>
|
|
|
|
inline bool
|
|
|
|
operator>=(const sub_match<_Bi_iter>& __lhs,
|
|
|
|
typename iterator_traits<_Bi_iter>::value_type const* __rhs)
|
2011-02-17 03:39:16 +01:00
|
|
|
{ return !(__lhs < __rhs); }
|
2010-06-25 21:27:16 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Tests the ordering of a regular expression submatch and a string.
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __lhs A regular expression submatch.
|
|
|
|
* @param __rhs A string.
|
|
|
|
* @returns true if @a __lhs does not succeed @a __rhs, false otherwise.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
template<typename _Bi_iter>
|
|
|
|
inline bool
|
|
|
|
operator<=(const sub_match<_Bi_iter>& __lhs,
|
|
|
|
typename iterator_traits<_Bi_iter>::value_type const* __rhs)
|
2011-02-17 03:39:16 +01:00
|
|
|
{ return !(__rhs < __lhs); }
|
2010-06-25 21:27:16 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Tests the equivalence of a string and a regular expression
|
|
|
|
* submatch.
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __lhs A string.
|
|
|
|
* @param __rhs A regular expression submatch.
|
|
|
|
* @returns true if @a __lhs is equivalent to @a __rhs, false otherwise.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
template<typename _Bi_iter>
|
|
|
|
inline bool
|
|
|
|
operator==(typename iterator_traits<_Bi_iter>::value_type const& __lhs,
|
|
|
|
const sub_match<_Bi_iter>& __rhs)
|
2011-02-17 03:39:16 +01:00
|
|
|
{
|
2012-06-28 09:50:34 +02:00
|
|
|
typedef typename sub_match<_Bi_iter>::string_type string_type;
|
|
|
|
return __rhs.compare(string_type(1, __lhs)) == 0;
|
2011-02-17 03:39:16 +01:00
|
|
|
}
|
2010-06-25 21:27:16 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Tests the inequivalence of a string and a regular expression
|
|
|
|
* submatch.
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __lhs A string.
|
|
|
|
* @param __rhs A regular expression submatch.
|
|
|
|
* @returns true if @a __lhs is not equivalent to @a __rhs, false otherwise.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
template<typename _Bi_iter>
|
|
|
|
inline bool
|
|
|
|
operator!=(typename iterator_traits<_Bi_iter>::value_type const& __lhs,
|
|
|
|
const sub_match<_Bi_iter>& __rhs)
|
2011-02-17 03:39:16 +01:00
|
|
|
{ return !(__lhs == __rhs); }
|
2010-06-25 21:27:16 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Tests the ordering of a string and a regular expression submatch.
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __lhs A string.
|
|
|
|
* @param __rhs A regular expression submatch.
|
|
|
|
* @returns true if @a __lhs precedes @a __rhs, false otherwise.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
template<typename _Bi_iter>
|
|
|
|
inline bool
|
|
|
|
operator<(typename iterator_traits<_Bi_iter>::value_type const& __lhs,
|
|
|
|
const sub_match<_Bi_iter>& __rhs)
|
2011-02-17 03:39:16 +01:00
|
|
|
{
|
2012-06-28 09:50:34 +02:00
|
|
|
typedef typename sub_match<_Bi_iter>::string_type string_type;
|
|
|
|
return __rhs.compare(string_type(1, __lhs)) > 0;
|
2011-02-17 03:39:16 +01:00
|
|
|
}
|
2010-06-25 21:27:16 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Tests the ordering of a string and a regular expression submatch.
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __lhs A string.
|
|
|
|
* @param __rhs A regular expression submatch.
|
|
|
|
* @returns true if @a __lhs succeeds @a __rhs, false otherwise.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
template<typename _Bi_iter>
|
|
|
|
inline bool
|
|
|
|
operator>(typename iterator_traits<_Bi_iter>::value_type const& __lhs,
|
|
|
|
const sub_match<_Bi_iter>& __rhs)
|
2011-02-17 03:39:16 +01:00
|
|
|
{ return __rhs < __lhs; }
|
2010-06-25 21:27:16 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Tests the ordering of a string and a regular expression submatch.
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __lhs A string.
|
|
|
|
* @param __rhs A regular expression submatch.
|
|
|
|
* @returns true if @a __lhs does not precede @a __rhs, false otherwise.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
template<typename _Bi_iter>
|
|
|
|
inline bool
|
|
|
|
operator>=(typename iterator_traits<_Bi_iter>::value_type const& __lhs,
|
|
|
|
const sub_match<_Bi_iter>& __rhs)
|
2011-02-17 03:39:16 +01:00
|
|
|
{ return !(__lhs < __rhs); }
|
2010-06-25 21:27:16 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Tests the ordering of a string and a regular expression submatch.
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __lhs A string.
|
|
|
|
* @param __rhs A regular expression submatch.
|
|
|
|
* @returns true if @a __lhs does not succeed @a __rhs, false otherwise.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
template<typename _Bi_iter>
|
|
|
|
inline bool
|
|
|
|
operator<=(typename iterator_traits<_Bi_iter>::value_type const& __lhs,
|
|
|
|
const sub_match<_Bi_iter>& __rhs)
|
2011-02-17 03:39:16 +01:00
|
|
|
{ return !(__rhs < __lhs); }
|
2010-06-25 21:27:16 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Tests the equivalence of a regular expression submatch and a
|
|
|
|
* string.
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __lhs A regular expression submatch.
|
|
|
|
* @param __rhs A const string reference.
|
|
|
|
* @returns true if @a __lhs is equivalent to @a __rhs, false otherwise.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
template<typename _Bi_iter>
|
|
|
|
inline bool
|
|
|
|
operator==(const sub_match<_Bi_iter>& __lhs,
|
|
|
|
typename iterator_traits<_Bi_iter>::value_type const& __rhs)
|
2011-02-17 03:39:16 +01:00
|
|
|
{
|
2012-06-28 09:50:34 +02:00
|
|
|
typedef typename sub_match<_Bi_iter>::string_type string_type;
|
|
|
|
return __lhs.compare(string_type(1, __rhs)) == 0;
|
2011-02-17 03:39:16 +01:00
|
|
|
}
|
2010-06-25 21:27:16 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Tests the inequivalence of a regular expression submatch and a
|
|
|
|
* string.
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __lhs A regular expression submatch.
|
|
|
|
* @param __rhs A const string reference.
|
|
|
|
* @returns true if @a __lhs is not equivalent to @a __rhs, false otherwise.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
template<typename _Bi_iter>
|
|
|
|
inline bool
|
|
|
|
operator!=(const sub_match<_Bi_iter>& __lhs,
|
|
|
|
typename iterator_traits<_Bi_iter>::value_type const& __rhs)
|
2011-02-17 03:39:16 +01:00
|
|
|
{ return !(__lhs == __rhs); }
|
2010-06-25 21:27:16 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Tests the ordering of a regular expression submatch and a string.
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __lhs A regular expression submatch.
|
|
|
|
* @param __rhs A const string reference.
|
|
|
|
* @returns true if @a __lhs precedes @a __rhs, false otherwise.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
template<typename _Bi_iter>
|
|
|
|
inline bool
|
|
|
|
operator<(const sub_match<_Bi_iter>& __lhs,
|
|
|
|
typename iterator_traits<_Bi_iter>::value_type const& __rhs)
|
2011-02-17 03:39:16 +01:00
|
|
|
{
|
2012-06-28 09:50:34 +02:00
|
|
|
typedef typename sub_match<_Bi_iter>::string_type string_type;
|
|
|
|
return __lhs.compare(string_type(1, __rhs)) < 0;
|
2011-02-17 03:39:16 +01:00
|
|
|
}
|
2010-06-25 21:27:16 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Tests the ordering of a regular expression submatch and a string.
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __lhs A regular expression submatch.
|
|
|
|
* @param __rhs A const string reference.
|
|
|
|
* @returns true if @a __lhs succeeds @a __rhs, false otherwise.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
template<typename _Bi_iter>
|
|
|
|
inline bool
|
|
|
|
operator>(const sub_match<_Bi_iter>& __lhs,
|
|
|
|
typename iterator_traits<_Bi_iter>::value_type const& __rhs)
|
2011-02-17 03:39:16 +01:00
|
|
|
{ return __rhs < __lhs; }
|
2010-06-25 21:27:16 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Tests the ordering of a regular expression submatch and a string.
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __lhs A regular expression submatch.
|
|
|
|
* @param __rhs A const string reference.
|
|
|
|
* @returns true if @a __lhs does not precede @a __rhs, false otherwise.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
template<typename _Bi_iter>
|
|
|
|
inline bool
|
|
|
|
operator>=(const sub_match<_Bi_iter>& __lhs,
|
|
|
|
typename iterator_traits<_Bi_iter>::value_type const& __rhs)
|
2011-02-17 03:39:16 +01:00
|
|
|
{ return !(__lhs < __rhs); }
|
2010-06-25 21:27:16 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Tests the ordering of a regular expression submatch and a string.
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __lhs A regular expression submatch.
|
|
|
|
* @param __rhs A const string reference.
|
|
|
|
* @returns true if @a __lhs does not succeed @a __rhs, false otherwise.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
template<typename _Bi_iter>
|
|
|
|
inline bool
|
|
|
|
operator<=(const sub_match<_Bi_iter>& __lhs,
|
|
|
|
typename iterator_traits<_Bi_iter>::value_type const& __rhs)
|
2011-02-17 03:39:16 +01:00
|
|
|
{ return !(__rhs < __lhs); }
|
2010-06-25 21:27:16 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Inserts a matched string into an output stream.
|
|
|
|
*
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __os The output stream.
|
|
|
|
* @param __m A submatch string.
|
2010-06-25 21:27:16 +02:00
|
|
|
*
|
|
|
|
* @returns the output stream with the submatch string inserted.
|
|
|
|
*/
|
|
|
|
template<typename _Ch_type, typename _Ch_traits, typename _Bi_iter>
|
|
|
|
inline
|
|
|
|
basic_ostream<_Ch_type, _Ch_traits>&
|
|
|
|
operator<<(basic_ostream<_Ch_type, _Ch_traits>& __os,
|
|
|
|
const sub_match<_Bi_iter>& __m)
|
|
|
|
{ return __os << __m.str(); }
|
|
|
|
|
|
|
|
// [7.10] Class template match_results
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Special sub_match object representing an unmatched sub-expression.
|
|
|
|
*/
|
|
|
|
template<typename _Bi_iter>
|
|
|
|
inline const sub_match<_Bi_iter>&
|
|
|
|
__unmatched_sub()
|
|
|
|
{
|
|
|
|
static const sub_match<_Bi_iter> __unmatched = sub_match<_Bi_iter>();
|
|
|
|
return __unmatched;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief The results of a match or search operation.
|
|
|
|
*
|
|
|
|
* A collection of character sequences representing the result of a regular
|
|
|
|
* expression match. Storage for the collection is allocated and freed as
|
|
|
|
* necessary by the member functions of class template match_results.
|
|
|
|
*
|
|
|
|
* This class satisfies the Sequence requirements, with the exception that
|
|
|
|
* only the operations defined for a const-qualified Sequence are supported.
|
|
|
|
*
|
|
|
|
* The sub_match object stored at index 0 represents sub-expression 0, i.e.
|
|
|
|
* the whole match. In this case the %sub_match member matched is always true.
|
|
|
|
* The sub_match object stored at index n denotes what matched the marked
|
|
|
|
* sub-expression n within the matched expression. If the sub-expression n
|
|
|
|
* participated in a regular expression match then the %sub_match member
|
|
|
|
* matched evaluates to true, and members first and second denote the range
|
|
|
|
* of characters [first, second) which formed that match. Otherwise matched
|
|
|
|
* is false, and members first and second point to the end of the sequence
|
|
|
|
* that was searched.
|
|
|
|
*
|
|
|
|
* @nosubgrouping
|
|
|
|
*/
|
|
|
|
template<typename _Bi_iter,
|
2012-06-28 09:50:34 +02:00
|
|
|
typename _Alloc = allocator<sub_match<_Bi_iter> > >
|
2010-06-25 21:27:16 +02:00
|
|
|
class match_results
|
2012-06-28 09:50:34 +02:00
|
|
|
: private std::vector<sub_match<_Bi_iter>, _Alloc>
|
2010-06-25 21:27:16 +02:00
|
|
|
{
|
|
|
|
private:
|
|
|
|
/*
|
|
|
|
* The vector base is empty if this does not represent a successful match.
|
|
|
|
* Otherwise it contains n+3 elements where n is the number of marked
|
|
|
|
* sub-expressions:
|
|
|
|
* [0] entire match
|
|
|
|
* [1] 1st marked subexpression
|
|
|
|
* ...
|
|
|
|
* [n] nth marked subexpression
|
|
|
|
* [n+1] prefix
|
|
|
|
* [n+2] suffix
|
|
|
|
*/
|
2012-06-28 09:50:34 +02:00
|
|
|
typedef std::vector<sub_match<_Bi_iter>, _Alloc> _Base_type;
|
|
|
|
typedef std::iterator_traits<_Bi_iter> __iter_traits;
|
|
|
|
typedef regex_constants::match_flag_type match_flag_type;
|
2010-06-25 21:27:16 +02:00
|
|
|
|
|
|
|
public:
|
|
|
|
/**
|
|
|
|
* @name 10.? Public Types
|
|
|
|
*/
|
|
|
|
//@{
|
2012-06-28 09:50:34 +02:00
|
|
|
typedef _Alloc allocator_type;
|
|
|
|
typedef sub_match<_Bi_iter> value_type;
|
|
|
|
typedef const value_type& const_reference;
|
|
|
|
typedef const_reference reference;
|
|
|
|
typedef typename _Base_type::const_iterator const_iterator;
|
|
|
|
typedef const_iterator iterator;
|
|
|
|
typedef typename __iter_traits::difference_type difference_type;
|
|
|
|
typedef typename __iter_traits::value_type char_type;
|
|
|
|
typedef typename allocator_traits<_Alloc>::size_type size_type;
|
|
|
|
|
|
|
|
|
|
|
|
typedef std::basic_string<char_type> string_type;
|
2010-06-25 21:27:16 +02:00
|
|
|
//@}
|
2013-08-07 18:27:36 +02:00
|
|
|
|
2010-06-25 21:27:16 +02:00
|
|
|
public:
|
|
|
|
/**
|
2011-02-17 03:39:16 +01:00
|
|
|
* @name 28.10.1 Construction, Copying, and Destruction
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
//@{
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Constructs a default %match_results container.
|
|
|
|
* @post size() returns 0 and str() returns an empty string.
|
|
|
|
*/
|
|
|
|
explicit
|
2012-06-28 09:50:34 +02:00
|
|
|
match_results(const _Alloc& __a = _Alloc())
|
2010-06-25 21:27:16 +02:00
|
|
|
: _Base_type(__a)
|
|
|
|
{ }
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Copy constructs a %match_results.
|
|
|
|
*/
|
|
|
|
match_results(const match_results& __rhs)
|
|
|
|
: _Base_type(__rhs)
|
|
|
|
{ }
|
|
|
|
|
2011-02-17 03:39:16 +01:00
|
|
|
/**
|
|
|
|
* @brief Move constructs a %match_results.
|
|
|
|
*/
|
|
|
|
match_results(match_results&& __rhs) noexcept
|
|
|
|
: _Base_type(std::move(__rhs))
|
|
|
|
{ }
|
|
|
|
|
2010-06-25 21:27:16 +02:00
|
|
|
/**
|
|
|
|
* @brief Assigns rhs to *this.
|
|
|
|
*/
|
|
|
|
match_results&
|
2011-02-17 03:39:16 +01:00
|
|
|
operator=(const match_results& __rhs)
|
2010-06-25 21:27:16 +02:00
|
|
|
{
|
|
|
|
match_results(__rhs).swap(*this);
|
|
|
|
return *this;
|
|
|
|
}
|
|
|
|
|
2011-02-17 03:39:16 +01:00
|
|
|
/**
|
|
|
|
* @brief Move-assigns rhs to *this.
|
|
|
|
*/
|
|
|
|
match_results&
|
|
|
|
operator=(match_results&& __rhs)
|
|
|
|
{
|
|
|
|
match_results(std::move(__rhs)).swap(*this);
|
|
|
|
return *this;
|
|
|
|
}
|
|
|
|
|
2010-06-25 21:27:16 +02:00
|
|
|
/**
|
|
|
|
* @brief Destroys a %match_results object.
|
|
|
|
*/
|
|
|
|
~match_results()
|
|
|
|
{ }
|
2013-08-07 18:27:36 +02:00
|
|
|
|
2010-06-25 21:27:16 +02:00
|
|
|
//@}
|
|
|
|
|
2011-02-15 00:35:22 +01:00
|
|
|
// 28.10.2, state:
|
|
|
|
/**
|
|
|
|
* @brief Indicates if the %match_results is ready.
|
|
|
|
* @retval true The object has a fully-established result state.
|
|
|
|
* @retval false The object is not ready.
|
|
|
|
*/
|
|
|
|
bool ready() const { return !_Base_type::empty(); }
|
|
|
|
|
2010-06-25 21:27:16 +02:00
|
|
|
/**
|
2011-02-17 03:39:16 +01:00
|
|
|
* @name 28.10.2 Size
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
//@{
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Gets the number of matches and submatches.
|
|
|
|
*
|
|
|
|
* The number of matches for a given regular expression will be either 0
|
|
|
|
* if there was no match or mark_count() + 1 if a match was successful.
|
|
|
|
* Some matches may be empty.
|
|
|
|
*
|
|
|
|
* @returns the number of matches found.
|
|
|
|
*/
|
|
|
|
size_type
|
|
|
|
size() const
|
|
|
|
{
|
|
|
|
size_type __size = _Base_type::size();
|
|
|
|
return (__size && _Base_type::operator[](0).matched) ? __size - 2 : 0;
|
|
|
|
}
|
2013-08-07 18:27:36 +02:00
|
|
|
|
2010-06-25 21:27:16 +02:00
|
|
|
size_type
|
|
|
|
max_size() const
|
|
|
|
{ return _Base_type::max_size(); }
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Indicates if the %match_results contains no results.
|
|
|
|
* @retval true The %match_results object is empty.
|
|
|
|
* @retval false The %match_results object is not empty.
|
|
|
|
*/
|
|
|
|
bool
|
|
|
|
empty() const
|
2011-02-15 00:35:22 +01:00
|
|
|
{ return size() == 0; }
|
2013-08-07 18:27:36 +02:00
|
|
|
|
2010-06-25 21:27:16 +02:00
|
|
|
//@}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @name 10.3 Element Access
|
|
|
|
*/
|
|
|
|
//@{
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Gets the length of the indicated submatch.
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __sub indicates the submatch.
|
2011-02-15 00:35:22 +01:00
|
|
|
* @pre ready() == true
|
2010-06-25 21:27:16 +02:00
|
|
|
*
|
|
|
|
* This function returns the length of the indicated submatch, or the
|
2011-08-07 09:27:06 +02:00
|
|
|
* length of the entire match if @p __sub is zero (the default).
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
difference_type
|
|
|
|
length(size_type __sub = 0) const
|
2011-02-15 00:35:22 +01:00
|
|
|
{ return (*this)[__sub].length(); }
|
2010-06-25 21:27:16 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Gets the offset of the beginning of the indicated submatch.
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __sub indicates the submatch.
|
2011-02-15 00:35:22 +01:00
|
|
|
* @pre ready() == true
|
2010-06-25 21:27:16 +02:00
|
|
|
*
|
|
|
|
* This function returns the offset from the beginning of the target
|
2011-08-07 09:27:06 +02:00
|
|
|
* sequence to the beginning of the submatch, unless the value of @p __sub
|
2010-06-25 21:27:16 +02:00
|
|
|
* is zero (the default), in which case this function returns the offset
|
|
|
|
* from the beginning of the target sequence to the beginning of the
|
|
|
|
* match.
|
|
|
|
*
|
2011-08-07 09:27:06 +02:00
|
|
|
* Returns -1 if @p __sub is out of range.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
difference_type
|
|
|
|
position(size_type __sub = 0) const
|
|
|
|
{
|
|
|
|
return __sub < size() ? std::distance(this->prefix().first,
|
|
|
|
(*this)[__sub].first) : -1;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Gets the match or submatch converted to a string type.
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __sub indicates the submatch.
|
2011-02-15 00:35:22 +01:00
|
|
|
* @pre ready() == true
|
2010-06-25 21:27:16 +02:00
|
|
|
*
|
2011-08-07 09:27:06 +02:00
|
|
|
* This function gets the submatch (or match, if @p __sub is
|
|
|
|
* zero) extracted from the target range and converted to the
|
|
|
|
* associated string type.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
string_type
|
|
|
|
str(size_type __sub = 0) const
|
|
|
|
{ return (*this)[__sub].str(); }
|
2013-08-07 18:27:36 +02:00
|
|
|
|
2010-06-25 21:27:16 +02:00
|
|
|
/**
|
|
|
|
* @brief Gets a %sub_match reference for the match or submatch.
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __sub indicates the submatch.
|
2011-02-15 00:35:22 +01:00
|
|
|
* @pre ready() == true
|
2010-06-25 21:27:16 +02:00
|
|
|
*
|
2011-08-07 09:27:06 +02:00
|
|
|
* This function gets a reference to the indicated submatch, or
|
|
|
|
* the entire match if @p __sub is zero.
|
2010-06-25 21:27:16 +02:00
|
|
|
*
|
2011-08-07 09:27:06 +02:00
|
|
|
* If @p __sub >= size() then this function returns a %sub_match with a
|
2010-06-25 21:27:16 +02:00
|
|
|
* special value indicating no submatch.
|
|
|
|
*/
|
|
|
|
const_reference
|
|
|
|
operator[](size_type __sub) const
|
2013-08-07 18:27:36 +02:00
|
|
|
{
|
2011-02-15 00:35:22 +01:00
|
|
|
_GLIBCXX_DEBUG_ASSERT( ready() );
|
2010-06-25 21:27:16 +02:00
|
|
|
return __sub < size()
|
|
|
|
? _Base_type::operator[](__sub)
|
|
|
|
: __unmatched_sub<_Bi_iter>();
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Gets a %sub_match representing the match prefix.
|
2011-02-15 00:35:22 +01:00
|
|
|
* @pre ready() == true
|
2010-06-25 21:27:16 +02:00
|
|
|
*
|
|
|
|
* This function gets a reference to a %sub_match object representing the
|
|
|
|
* part of the target range between the start of the target range and the
|
|
|
|
* start of the match.
|
|
|
|
*/
|
|
|
|
const_reference
|
|
|
|
prefix() const
|
|
|
|
{
|
2011-02-15 00:35:22 +01:00
|
|
|
_GLIBCXX_DEBUG_ASSERT( ready() );
|
2010-06-25 21:27:16 +02:00
|
|
|
return !empty()
|
|
|
|
? _Base_type::operator[](_Base_type::size() - 2)
|
|
|
|
: __unmatched_sub<_Bi_iter>();
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Gets a %sub_match representing the match suffix.
|
2011-02-15 00:35:22 +01:00
|
|
|
* @pre ready() == true
|
2010-06-25 21:27:16 +02:00
|
|
|
*
|
|
|
|
* This function gets a reference to a %sub_match object representing the
|
|
|
|
* part of the target range between the end of the match and the end of
|
|
|
|
* the target range.
|
|
|
|
*/
|
|
|
|
const_reference
|
|
|
|
suffix() const
|
|
|
|
{
|
2011-02-15 00:35:22 +01:00
|
|
|
_GLIBCXX_DEBUG_ASSERT( ready() );
|
|
|
|
return !empty()
|
|
|
|
? _Base_type::operator[](_Base_type::size() - 1)
|
2010-06-25 21:27:16 +02:00
|
|
|
: __unmatched_sub<_Bi_iter>();
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Gets an iterator to the start of the %sub_match collection.
|
|
|
|
*/
|
|
|
|
const_iterator
|
|
|
|
begin() const
|
|
|
|
{ return _Base_type::begin(); }
|
2013-08-07 18:27:36 +02:00
|
|
|
|
2010-06-25 21:27:16 +02:00
|
|
|
/**
|
|
|
|
* @brief Gets an iterator to the start of the %sub_match collection.
|
|
|
|
*/
|
|
|
|
const_iterator
|
|
|
|
cbegin() const
|
|
|
|
{ return _Base_type::cbegin(); }
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Gets an iterator to one-past-the-end of the collection.
|
|
|
|
*/
|
|
|
|
const_iterator
|
|
|
|
end() const
|
2011-02-15 00:35:22 +01:00
|
|
|
{ return !empty() ? _Base_type::end() - 2 : _Base_type::end(); }
|
2013-08-07 18:27:36 +02:00
|
|
|
|
2010-06-25 21:27:16 +02:00
|
|
|
/**
|
|
|
|
* @brief Gets an iterator to one-past-the-end of the collection.
|
|
|
|
*/
|
|
|
|
const_iterator
|
|
|
|
cend() const
|
2011-02-15 00:35:22 +01:00
|
|
|
{ return end(); }
|
2010-06-25 21:27:16 +02:00
|
|
|
|
|
|
|
//@}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @name 10.4 Formatting
|
|
|
|
*
|
2011-02-15 00:35:22 +01:00
|
|
|
* These functions perform formatted substitution of the matched
|
|
|
|
* character sequences into their target. The format specifiers and
|
|
|
|
* escape sequences accepted by these functions are determined by
|
|
|
|
* their @p flags parameter as documented above.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
//@{
|
|
|
|
|
|
|
|
/**
|
2011-02-15 00:35:22 +01:00
|
|
|
* @pre ready() == true
|
2010-06-25 21:27:16 +02:00
|
|
|
* @todo Implement this function.
|
|
|
|
*/
|
|
|
|
template<typename _Out_iter>
|
2013-08-22 11:01:38 +02:00
|
|
|
_Out_iter
|
|
|
|
format(_Out_iter __out, const char_type* __fmt_first,
|
2011-02-15 00:35:22 +01:00
|
|
|
const char_type* __fmt_last,
|
2012-06-28 09:50:34 +02:00
|
|
|
match_flag_type __flags = regex_constants::format_default) const
|
2013-08-22 11:01:38 +02:00
|
|
|
{ return __out; }
|
2010-06-25 21:27:16 +02:00
|
|
|
|
|
|
|
/**
|
2011-02-15 00:35:22 +01:00
|
|
|
* @pre ready() == true
|
|
|
|
*/
|
|
|
|
template<typename _Out_iter, typename _St, typename _Sa>
|
2013-08-22 11:01:38 +02:00
|
|
|
_Out_iter
|
|
|
|
format(_Out_iter __out, const basic_string<char_type, _St, _Sa>& __fmt,
|
2012-06-28 09:50:34 +02:00
|
|
|
match_flag_type __flags = regex_constants::format_default) const
|
2013-08-22 11:01:38 +02:00
|
|
|
{
|
|
|
|
return format(__out, __fmt.data(), __fmt.data() + __fmt.size(),
|
|
|
|
__flags);
|
|
|
|
}
|
2011-02-15 00:35:22 +01:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @pre ready() == true
|
|
|
|
*/
|
|
|
|
template<typename _Out_iter, typename _St, typename _Sa>
|
2013-08-22 11:01:38 +02:00
|
|
|
basic_string<char_type, _St, _Sa>
|
|
|
|
format(const basic_string<char_type, _St, _Sa>& __fmt,
|
2012-06-28 09:50:34 +02:00
|
|
|
match_flag_type __flags = regex_constants::format_default) const
|
2013-08-22 11:01:38 +02:00
|
|
|
{
|
|
|
|
basic_string<char_type, _St, _Sa> __result;
|
|
|
|
format(std::back_inserter(__result), __fmt, __flags);
|
|
|
|
return __result;
|
|
|
|
}
|
2011-02-15 00:35:22 +01:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @pre ready() == true
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
string_type
|
2011-02-15 00:35:22 +01:00
|
|
|
format(const char_type* __fmt,
|
2013-08-22 11:01:38 +02:00
|
|
|
match_flag_type __flags = regex_constants::format_default) const
|
2011-02-15 00:35:22 +01:00
|
|
|
{
|
2013-08-22 11:01:38 +02:00
|
|
|
string_type __result;
|
|
|
|
format(std::back_inserter(__result),
|
|
|
|
__fmt,
|
|
|
|
__fmt + char_traits<char_type>::length(__fmt),
|
|
|
|
__flags);
|
|
|
|
return __result;
|
2011-02-15 00:35:22 +01:00
|
|
|
}
|
2010-06-25 21:27:16 +02:00
|
|
|
|
2013-08-07 18:27:36 +02:00
|
|
|
//@}
|
2010-06-25 21:27:16 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @name 10.5 Allocator
|
|
|
|
*/
|
2013-08-07 18:27:36 +02:00
|
|
|
//@{
|
2010-06-25 21:27:16 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Gets a copy of the allocator.
|
|
|
|
*/
|
|
|
|
allocator_type
|
|
|
|
get_allocator() const
|
|
|
|
{ return _Base_type::get_allocator(); }
|
2013-08-07 18:27:36 +02:00
|
|
|
|
|
|
|
//@}
|
2010-06-25 21:27:16 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @name 10.6 Swap
|
|
|
|
*/
|
2013-08-07 18:27:36 +02:00
|
|
|
//@{
|
2010-06-25 21:27:16 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Swaps the contents of two match_results.
|
|
|
|
*/
|
|
|
|
void
|
|
|
|
swap(match_results& __that)
|
|
|
|
{ _Base_type::swap(__that); }
|
2013-08-07 18:27:36 +02:00
|
|
|
//@}
|
|
|
|
|
2010-06-25 21:27:16 +02:00
|
|
|
private:
|
2013-08-07 18:27:36 +02:00
|
|
|
template<typename, typename, typename, typename>
|
2013-08-22 11:01:38 +02:00
|
|
|
friend class __detail::_Executor;
|
2013-08-07 18:27:36 +02:00
|
|
|
|
|
|
|
template<typename, typename, typename, typename>
|
2013-08-22 11:01:38 +02:00
|
|
|
friend class __detail::_DFSExecutor;
|
2013-08-07 18:27:36 +02:00
|
|
|
|
|
|
|
template<typename, typename, typename, typename>
|
2013-08-22 11:01:38 +02:00
|
|
|
friend class __detail::_BFSExecutor;
|
2013-08-07 18:27:36 +02:00
|
|
|
|
2013-08-08 15:34:12 +02:00
|
|
|
template<typename _Bp, typename _Ap, typename _Ch_type, typename _Rx_traits>
|
2013-08-22 11:01:38 +02:00
|
|
|
friend bool
|
|
|
|
regex_match(_Bp, _Bp, match_results<_Bp, _Ap>&,
|
|
|
|
const basic_regex<_Ch_type,
|
|
|
|
_Rx_traits>&,
|
|
|
|
regex_constants::match_flag_type);
|
2013-08-07 18:27:36 +02:00
|
|
|
|
2013-08-08 15:34:12 +02:00
|
|
|
template<typename _Bp, typename _Ap, typename _Ch_type, typename _Rx_traits>
|
2013-08-22 11:01:38 +02:00
|
|
|
friend bool
|
|
|
|
regex_search(_Bp, _Bp, match_results<_Bp, _Ap>&,
|
|
|
|
const basic_regex<_Ch_type,
|
|
|
|
_Rx_traits>&,
|
|
|
|
regex_constants::match_flag_type);
|
2010-06-25 21:27:16 +02:00
|
|
|
};
|
2013-08-07 18:27:36 +02:00
|
|
|
|
2010-06-25 21:27:16 +02:00
|
|
|
typedef match_results<const char*> cmatch;
|
|
|
|
typedef match_results<string::const_iterator> smatch;
|
|
|
|
#ifdef _GLIBCXX_USE_WCHAR_T
|
|
|
|
typedef match_results<const wchar_t*> wcmatch;
|
|
|
|
typedef match_results<wstring::const_iterator> wsmatch;
|
|
|
|
#endif
|
|
|
|
|
|
|
|
// match_results comparisons
|
|
|
|
/**
|
|
|
|
* @brief Compares two match_results for equality.
|
|
|
|
* @returns true if the two objects refer to the same match,
|
|
|
|
* false otherwise.
|
|
|
|
*/
|
2012-06-28 09:50:34 +02:00
|
|
|
template<typename _Bi_iter, typename _Alloc>
|
2010-06-25 21:27:16 +02:00
|
|
|
inline bool
|
2012-06-28 09:50:34 +02:00
|
|
|
operator==(const match_results<_Bi_iter, _Alloc>& __m1,
|
|
|
|
const match_results<_Bi_iter, _Alloc>& __m2)
|
2011-02-15 00:35:22 +01:00
|
|
|
{
|
|
|
|
if (__m1.ready() != __m2.ready())
|
2013-08-22 11:01:38 +02:00
|
|
|
return false;
|
2011-02-15 00:35:22 +01:00
|
|
|
if (!__m1.ready()) // both are not ready
|
2013-08-22 11:01:38 +02:00
|
|
|
return true;
|
2011-02-15 00:35:22 +01:00
|
|
|
if (__m1.empty() != __m2.empty())
|
2013-08-22 11:01:38 +02:00
|
|
|
return false;
|
2011-02-15 00:35:22 +01:00
|
|
|
if (__m1.empty()) // both are empty
|
2013-08-22 11:01:38 +02:00
|
|
|
return true;
|
2011-02-15 00:35:22 +01:00
|
|
|
return __m1.prefix() == __m2.prefix()
|
2013-08-22 11:01:38 +02:00
|
|
|
&& __m1.size() == __m2.size()
|
|
|
|
&& std::equal(__m1.begin(), __m1.end(), __m2.begin())
|
|
|
|
&& __m1.suffix() == __m2.suffix();
|
2011-02-15 00:35:22 +01:00
|
|
|
}
|
2010-06-25 21:27:16 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Compares two match_results for inequality.
|
|
|
|
* @returns true if the two objects do not refer to the same match,
|
|
|
|
* false otherwise.
|
|
|
|
*/
|
2012-06-28 09:50:34 +02:00
|
|
|
template<typename _Bi_iter, class _Alloc>
|
2010-06-25 21:27:16 +02:00
|
|
|
inline bool
|
2012-06-28 09:50:34 +02:00
|
|
|
operator!=(const match_results<_Bi_iter, _Alloc>& __m1,
|
|
|
|
const match_results<_Bi_iter, _Alloc>& __m2)
|
2010-06-25 21:27:16 +02:00
|
|
|
{ return !(__m1 == __m2); }
|
|
|
|
|
|
|
|
// [7.10.6] match_results swap
|
|
|
|
/**
|
|
|
|
* @brief Swaps two match results.
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __lhs A match result.
|
|
|
|
* @param __rhs A match result.
|
2010-06-25 21:27:16 +02:00
|
|
|
*
|
|
|
|
* The contents of the two match_results objects are swapped.
|
|
|
|
*/
|
2012-06-28 09:50:34 +02:00
|
|
|
template<typename _Bi_iter, typename _Alloc>
|
2010-06-25 21:27:16 +02:00
|
|
|
inline void
|
2012-06-28 09:50:34 +02:00
|
|
|
swap(match_results<_Bi_iter, _Alloc>& __lhs,
|
|
|
|
match_results<_Bi_iter, _Alloc>& __rhs)
|
2010-06-25 21:27:16 +02:00
|
|
|
{ __lhs.swap(__rhs); }
|
|
|
|
|
|
|
|
// [7.11.2] Function template regex_match
|
|
|
|
/**
|
|
|
|
* @name Matching, Searching, and Replacing
|
|
|
|
*/
|
|
|
|
//@{
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Determines if there is a match between the regular expression @p e
|
|
|
|
* and all of the character sequence [first, last).
|
|
|
|
*
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __s Start of the character sequence to match.
|
|
|
|
* @param __e One-past-the-end of the character sequence to match.
|
|
|
|
* @param __m The match results.
|
|
|
|
* @param __re The regular expression.
|
|
|
|
* @param __flags Controls how the regular expression is matched.
|
2010-06-25 21:27:16 +02:00
|
|
|
*
|
|
|
|
* @retval true A match exists.
|
|
|
|
* @retval false Otherwise.
|
|
|
|
*
|
|
|
|
* @throws an exception of type regex_error.
|
|
|
|
*
|
|
|
|
* @todo Implement this function.
|
|
|
|
*/
|
2012-06-28 09:50:34 +02:00
|
|
|
template<typename _Bi_iter, typename _Alloc,
|
2010-06-25 21:27:16 +02:00
|
|
|
typename _Ch_type, typename _Rx_traits>
|
|
|
|
bool
|
|
|
|
regex_match(_Bi_iter __s,
|
2013-08-22 11:01:38 +02:00
|
|
|
_Bi_iter __e,
|
|
|
|
match_results<_Bi_iter, _Alloc>& __m,
|
|
|
|
const basic_regex<_Ch_type, _Rx_traits>& __re,
|
|
|
|
regex_constants::match_flag_type __flags
|
|
|
|
= regex_constants::match_default)
|
2010-06-25 21:27:16 +02:00
|
|
|
{
|
2013-08-07 18:27:36 +02:00
|
|
|
if (__re._M_automaton == nullptr)
|
2013-08-22 11:01:38 +02:00
|
|
|
return false;
|
2013-08-22 02:58:28 +02:00
|
|
|
__detail::__get_executor(__s, __e, __m, __re, __flags)->_M_match();
|
|
|
|
if (__m.size() > 0 && __m[0].matched)
|
2013-08-22 11:01:38 +02:00
|
|
|
{
|
|
|
|
for (auto __it : __m)
|
|
|
|
if (!__it.matched)
|
|
|
|
__it.first = __it.second = __e;
|
|
|
|
__m.at(__m.size()).matched = false;
|
|
|
|
__m.at(__m.size()).first = __s;
|
|
|
|
__m.at(__m.size()).second = __s;
|
|
|
|
__m.at(__m.size()+1).matched = false;
|
|
|
|
__m.at(__m.size()+1).first = __e;
|
|
|
|
__m.at(__m.size()+1).second = __e;
|
|
|
|
return true;
|
|
|
|
}
|
2013-08-07 18:27:36 +02:00
|
|
|
return false;
|
2010-06-25 21:27:16 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Indicates if there is a match between the regular expression @p e
|
|
|
|
* and all of the character sequence [first, last).
|
|
|
|
*
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __first Beginning of the character sequence to match.
|
|
|
|
* @param __last One-past-the-end of the character sequence to match.
|
|
|
|
* @param __re The regular expression.
|
|
|
|
* @param __flags Controls how the regular expression is matched.
|
2010-06-25 21:27:16 +02:00
|
|
|
*
|
|
|
|
* @retval true A match exists.
|
|
|
|
* @retval false Otherwise.
|
|
|
|
*
|
|
|
|
* @throws an exception of type regex_error.
|
|
|
|
*/
|
|
|
|
template<typename _Bi_iter, typename _Ch_type, typename _Rx_traits>
|
|
|
|
bool
|
|
|
|
regex_match(_Bi_iter __first, _Bi_iter __last,
|
|
|
|
const basic_regex<_Ch_type, _Rx_traits>& __re,
|
|
|
|
regex_constants::match_flag_type __flags
|
|
|
|
= regex_constants::match_default)
|
2013-08-07 18:27:36 +02:00
|
|
|
{
|
2010-06-25 21:27:16 +02:00
|
|
|
match_results<_Bi_iter> __what;
|
|
|
|
return regex_match(__first, __last, __what, __re, __flags);
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Determines if there is a match between the regular expression @p e
|
|
|
|
* and a C-style null-terminated string.
|
|
|
|
*
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __s The C-style null-terminated string to match.
|
|
|
|
* @param __m The match results.
|
|
|
|
* @param __re The regular expression.
|
|
|
|
* @param __f Controls how the regular expression is matched.
|
2010-06-25 21:27:16 +02:00
|
|
|
*
|
|
|
|
* @retval true A match exists.
|
|
|
|
* @retval false Otherwise.
|
|
|
|
*
|
|
|
|
* @throws an exception of type regex_error.
|
|
|
|
*/
|
2012-06-28 09:50:34 +02:00
|
|
|
template<typename _Ch_type, typename _Alloc, typename _Rx_traits>
|
2010-06-25 21:27:16 +02:00
|
|
|
inline bool
|
|
|
|
regex_match(const _Ch_type* __s,
|
2012-06-28 09:50:34 +02:00
|
|
|
match_results<const _Ch_type*, _Alloc>& __m,
|
2010-06-25 21:27:16 +02:00
|
|
|
const basic_regex<_Ch_type, _Rx_traits>& __re,
|
|
|
|
regex_constants::match_flag_type __f
|
|
|
|
= regex_constants::match_default)
|
|
|
|
{ return regex_match(__s, __s + _Rx_traits::length(__s), __m, __re, __f); }
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Determines if there is a match between the regular expression @p e
|
|
|
|
* and a string.
|
|
|
|
*
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __s The string to match.
|
|
|
|
* @param __m The match results.
|
|
|
|
* @param __re The regular expression.
|
|
|
|
* @param __flags Controls how the regular expression is matched.
|
2010-06-25 21:27:16 +02:00
|
|
|
*
|
|
|
|
* @retval true A match exists.
|
|
|
|
* @retval false Otherwise.
|
|
|
|
*
|
|
|
|
* @throws an exception of type regex_error.
|
|
|
|
*/
|
|
|
|
template<typename _Ch_traits, typename _Ch_alloc,
|
2012-06-28 09:50:34 +02:00
|
|
|
typename _Alloc, typename _Ch_type, typename _Rx_traits>
|
2010-06-25 21:27:16 +02:00
|
|
|
inline bool
|
|
|
|
regex_match(const basic_string<_Ch_type, _Ch_traits, _Ch_alloc>& __s,
|
2013-08-07 18:27:36 +02:00
|
|
|
match_results<typename basic_string<_Ch_type,
|
2012-06-28 09:50:34 +02:00
|
|
|
_Ch_traits, _Ch_alloc>::const_iterator, _Alloc>& __m,
|
2010-06-25 21:27:16 +02:00
|
|
|
const basic_regex<_Ch_type, _Rx_traits>& __re,
|
|
|
|
regex_constants::match_flag_type __flags
|
|
|
|
= regex_constants::match_default)
|
|
|
|
{ return regex_match(__s.begin(), __s.end(), __m, __re, __flags); }
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Indicates if there is a match between the regular expression @p e
|
|
|
|
* and a C-style null-terminated string.
|
|
|
|
*
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __s The C-style null-terminated string to match.
|
|
|
|
* @param __re The regular expression.
|
|
|
|
* @param __f Controls how the regular expression is matched.
|
2010-06-25 21:27:16 +02:00
|
|
|
*
|
|
|
|
* @retval true A match exists.
|
|
|
|
* @retval false Otherwise.
|
|
|
|
*
|
|
|
|
* @throws an exception of type regex_error.
|
|
|
|
*/
|
|
|
|
template<typename _Ch_type, class _Rx_traits>
|
|
|
|
inline bool
|
|
|
|
regex_match(const _Ch_type* __s,
|
|
|
|
const basic_regex<_Ch_type, _Rx_traits>& __re,
|
|
|
|
regex_constants::match_flag_type __f
|
|
|
|
= regex_constants::match_default)
|
|
|
|
{ return regex_match(__s, __s + _Rx_traits::length(__s), __re, __f); }
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Indicates if there is a match between the regular expression @p e
|
|
|
|
* and a string.
|
|
|
|
*
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __s [IN] The string to match.
|
|
|
|
* @param __re [IN] The regular expression.
|
|
|
|
* @param __flags [IN] Controls how the regular expression is matched.
|
2010-06-25 21:27:16 +02:00
|
|
|
*
|
|
|
|
* @retval true A match exists.
|
|
|
|
* @retval false Otherwise.
|
|
|
|
*
|
|
|
|
* @throws an exception of type regex_error.
|
|
|
|
*/
|
|
|
|
template<typename _Ch_traits, typename _Str_allocator,
|
|
|
|
typename _Ch_type, typename _Rx_traits>
|
|
|
|
inline bool
|
|
|
|
regex_match(const basic_string<_Ch_type, _Ch_traits, _Str_allocator>& __s,
|
|
|
|
const basic_regex<_Ch_type, _Rx_traits>& __re,
|
|
|
|
regex_constants::match_flag_type __flags
|
|
|
|
= regex_constants::match_default)
|
|
|
|
{ return regex_match(__s.begin(), __s.end(), __re, __flags); }
|
|
|
|
|
|
|
|
// [7.11.3] Function template regex_search
|
|
|
|
/**
|
|
|
|
* Searches for a regular expression within a range.
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __first [IN] The start of the string to search.
|
|
|
|
* @param __last [IN] One-past-the-end of the string to search.
|
|
|
|
* @param __m [OUT] The match results.
|
|
|
|
* @param __re [IN] The regular expression to search for.
|
|
|
|
* @param __flags [IN] Search policy flags.
|
2010-06-25 21:27:16 +02:00
|
|
|
* @retval true A match was found within the string.
|
|
|
|
* @retval false No match was found within the string, the content of %m is
|
|
|
|
* undefined.
|
|
|
|
*
|
|
|
|
* @throws an exception of type regex_error.
|
|
|
|
*
|
|
|
|
* @todo Implement this function.
|
|
|
|
*/
|
2012-06-28 09:50:34 +02:00
|
|
|
template<typename _Bi_iter, typename _Alloc,
|
2010-06-25 21:27:16 +02:00
|
|
|
typename _Ch_type, typename _Rx_traits>
|
|
|
|
inline bool
|
|
|
|
regex_search(_Bi_iter __first, _Bi_iter __last,
|
2013-08-22 11:01:38 +02:00
|
|
|
match_results<_Bi_iter, _Alloc>& __m,
|
|
|
|
const basic_regex<_Ch_type, _Rx_traits>& __re,
|
|
|
|
regex_constants::match_flag_type __flags
|
|
|
|
= regex_constants::match_default)
|
2013-07-22 01:34:02 +02:00
|
|
|
{
|
2013-08-07 18:27:36 +02:00
|
|
|
if (__re._M_automaton == nullptr)
|
2013-08-22 11:01:38 +02:00
|
|
|
return false;
|
2013-08-27 04:49:22 +02:00
|
|
|
auto __cur = __first;
|
|
|
|
// Continue when __cur == __last
|
|
|
|
do
|
2013-08-22 11:01:38 +02:00
|
|
|
{
|
|
|
|
__detail::__get_executor(__cur, __last, __m, __re, __flags)
|
|
|
|
->_M_search_from_first();
|
|
|
|
if (__m.size() > 0 && __m[0].matched)
|
2013-08-22 02:58:28 +02:00
|
|
|
{
|
|
|
|
for (auto __it : __m)
|
|
|
|
if (!__it.matched)
|
|
|
|
__it.first = __it.second = __last;
|
|
|
|
__m.at(__m.size()).first = __first;
|
|
|
|
__m.at(__m.size()).second = __m[0].first;
|
|
|
|
__m.at(__m.size()+1).first = __m[0].second;
|
|
|
|
__m.at(__m.size()+1).second = __last;
|
|
|
|
__m.at(__m.size()).matched =
|
|
|
|
(__m.prefix().first != __m.prefix().second);
|
|
|
|
__m.at(__m.size()+1).matched =
|
|
|
|
(__m.suffix().first != __m.suffix().second);
|
|
|
|
return true;
|
|
|
|
}
|
2013-08-22 11:01:38 +02:00
|
|
|
}
|
2013-08-27 04:49:22 +02:00
|
|
|
while (__cur++ != __last);
|
2013-07-22 01:34:02 +02:00
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
2010-06-25 21:27:16 +02:00
|
|
|
/**
|
|
|
|
* Searches for a regular expression within a range.
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __first [IN] The start of the string to search.
|
|
|
|
* @param __last [IN] One-past-the-end of the string to search.
|
|
|
|
* @param __re [IN] The regular expression to search for.
|
|
|
|
* @param __flags [IN] Search policy flags.
|
2010-06-25 21:27:16 +02:00
|
|
|
* @retval true A match was found within the string.
|
|
|
|
* @retval false No match was found within the string.
|
|
|
|
*
|
|
|
|
* @throws an exception of type regex_error.
|
|
|
|
*/
|
|
|
|
template<typename _Bi_iter, typename _Ch_type, typename _Rx_traits>
|
|
|
|
inline bool
|
|
|
|
regex_search(_Bi_iter __first, _Bi_iter __last,
|
|
|
|
const basic_regex<_Ch_type, _Rx_traits>& __re,
|
|
|
|
regex_constants::match_flag_type __flags
|
|
|
|
= regex_constants::match_default)
|
|
|
|
{
|
|
|
|
match_results<_Bi_iter> __what;
|
|
|
|
return regex_search(__first, __last, __what, __re, __flags);
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Searches for a regular expression within a C-string.
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __s [IN] A C-string to search for the regex.
|
|
|
|
* @param __m [OUT] The set of regex matches.
|
|
|
|
* @param __e [IN] The regex to search for in @p s.
|
|
|
|
* @param __f [IN] The search flags.
|
2010-06-25 21:27:16 +02:00
|
|
|
* @retval true A match was found within the string.
|
|
|
|
* @retval false No match was found within the string, the content of %m is
|
|
|
|
* undefined.
|
|
|
|
*
|
|
|
|
* @throws an exception of type regex_error.
|
|
|
|
*/
|
2012-06-28 09:50:34 +02:00
|
|
|
template<typename _Ch_type, class _Alloc, class _Rx_traits>
|
2010-06-25 21:27:16 +02:00
|
|
|
inline bool
|
|
|
|
regex_search(const _Ch_type* __s,
|
2012-06-28 09:50:34 +02:00
|
|
|
match_results<const _Ch_type*, _Alloc>& __m,
|
2010-06-25 21:27:16 +02:00
|
|
|
const basic_regex<_Ch_type, _Rx_traits>& __e,
|
|
|
|
regex_constants::match_flag_type __f
|
|
|
|
= regex_constants::match_default)
|
|
|
|
{ return regex_search(__s, __s + _Rx_traits::length(__s), __m, __e, __f); }
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Searches for a regular expression within a C-string.
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __s [IN] The C-string to search.
|
|
|
|
* @param __e [IN] The regular expression to search for.
|
|
|
|
* @param __f [IN] Search policy flags.
|
2010-06-25 21:27:16 +02:00
|
|
|
* @retval true A match was found within the string.
|
|
|
|
* @retval false No match was found within the string.
|
|
|
|
*
|
|
|
|
* @throws an exception of type regex_error.
|
|
|
|
*/
|
|
|
|
template<typename _Ch_type, typename _Rx_traits>
|
|
|
|
inline bool
|
|
|
|
regex_search(const _Ch_type* __s,
|
|
|
|
const basic_regex<_Ch_type, _Rx_traits>& __e,
|
|
|
|
regex_constants::match_flag_type __f
|
|
|
|
= regex_constants::match_default)
|
|
|
|
{ return regex_search(__s, __s + _Rx_traits::length(__s), __e, __f); }
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Searches for a regular expression within a string.
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __s [IN] The string to search.
|
|
|
|
* @param __e [IN] The regular expression to search for.
|
|
|
|
* @param __flags [IN] Search policy flags.
|
2010-06-25 21:27:16 +02:00
|
|
|
* @retval true A match was found within the string.
|
|
|
|
* @retval false No match was found within the string.
|
|
|
|
*
|
|
|
|
* @throws an exception of type regex_error.
|
|
|
|
*/
|
|
|
|
template<typename _Ch_traits, typename _String_allocator,
|
|
|
|
typename _Ch_type, typename _Rx_traits>
|
|
|
|
inline bool
|
|
|
|
regex_search(const basic_string<_Ch_type, _Ch_traits,
|
|
|
|
_String_allocator>& __s,
|
|
|
|
const basic_regex<_Ch_type, _Rx_traits>& __e,
|
|
|
|
regex_constants::match_flag_type __flags
|
|
|
|
= regex_constants::match_default)
|
|
|
|
{ return regex_search(__s.begin(), __s.end(), __e, __flags); }
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Searches for a regular expression within a string.
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __s [IN] A C++ string to search for the regex.
|
|
|
|
* @param __m [OUT] The set of regex matches.
|
|
|
|
* @param __e [IN] The regex to search for in @p s.
|
|
|
|
* @param __f [IN] The search flags.
|
2010-06-25 21:27:16 +02:00
|
|
|
* @retval true A match was found within the string.
|
|
|
|
* @retval false No match was found within the string, the content of %m is
|
|
|
|
* undefined.
|
|
|
|
*
|
|
|
|
* @throws an exception of type regex_error.
|
|
|
|
*/
|
|
|
|
template<typename _Ch_traits, typename _Ch_alloc,
|
2012-06-28 09:50:34 +02:00
|
|
|
typename _Alloc, typename _Ch_type,
|
2010-06-25 21:27:16 +02:00
|
|
|
typename _Rx_traits>
|
|
|
|
inline bool
|
|
|
|
regex_search(const basic_string<_Ch_type, _Ch_traits, _Ch_alloc>& __s,
|
|
|
|
match_results<typename basic_string<_Ch_type,
|
2012-06-28 09:50:34 +02:00
|
|
|
_Ch_traits, _Ch_alloc>::const_iterator, _Alloc>& __m,
|
2010-06-25 21:27:16 +02:00
|
|
|
const basic_regex<_Ch_type, _Rx_traits>& __e,
|
|
|
|
regex_constants::match_flag_type __f
|
|
|
|
= regex_constants::match_default)
|
|
|
|
{ return regex_search(__s.begin(), __s.end(), __m, __e, __f); }
|
|
|
|
|
|
|
|
// std [28.11.4] Function template regex_replace
|
|
|
|
/**
|
|
|
|
* @doctodo
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __out
|
|
|
|
* @param __first
|
|
|
|
* @param __last
|
|
|
|
* @param __e
|
|
|
|
* @param __fmt
|
|
|
|
* @param __flags
|
2010-06-25 21:27:16 +02:00
|
|
|
*
|
|
|
|
* @returns out
|
|
|
|
* @throws an exception of type regex_error.
|
|
|
|
*
|
|
|
|
* @todo Implement this function.
|
|
|
|
*/
|
|
|
|
template<typename _Out_iter, typename _Bi_iter,
|
|
|
|
typename _Rx_traits, typename _Ch_type>
|
|
|
|
inline _Out_iter
|
|
|
|
regex_replace(_Out_iter __out, _Bi_iter __first, _Bi_iter __last,
|
|
|
|
const basic_regex<_Ch_type, _Rx_traits>& __e,
|
|
|
|
const basic_string<_Ch_type>& __fmt,
|
|
|
|
regex_constants::match_flag_type __flags
|
|
|
|
= regex_constants::match_default)
|
|
|
|
{ return __out; }
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @doctodo
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __s
|
|
|
|
* @param __e
|
|
|
|
* @param __fmt
|
|
|
|
* @param __flags
|
2010-06-25 21:27:16 +02:00
|
|
|
*
|
|
|
|
* @returns a copy of string @p s with replacements.
|
|
|
|
*
|
|
|
|
* @throws an exception of type regex_error.
|
|
|
|
*/
|
|
|
|
template<typename _Rx_traits, typename _Ch_type>
|
|
|
|
inline basic_string<_Ch_type>
|
|
|
|
regex_replace(const basic_string<_Ch_type>& __s,
|
|
|
|
const basic_regex<_Ch_type, _Rx_traits>& __e,
|
|
|
|
const basic_string<_Ch_type>& __fmt,
|
|
|
|
regex_constants::match_flag_type __flags
|
|
|
|
= regex_constants::match_default)
|
|
|
|
{
|
2011-12-30 12:40:37 +01:00
|
|
|
basic_string<_Ch_type> __result;
|
2010-06-25 21:27:16 +02:00
|
|
|
regex_replace(std::back_inserter(__result),
|
|
|
|
__s.begin(), __s.end(), __e, __fmt, __flags);
|
|
|
|
return __result;
|
|
|
|
}
|
|
|
|
|
|
|
|
//@}
|
|
|
|
|
|
|
|
// std [28.12] Class template regex_iterator
|
|
|
|
/**
|
2013-08-07 18:27:36 +02:00
|
|
|
* An iterator adaptor that will provide repeated calls of regex_search over
|
2010-06-25 21:27:16 +02:00
|
|
|
* a range until no more matches remain.
|
|
|
|
*/
|
|
|
|
template<typename _Bi_iter,
|
|
|
|
typename _Ch_type = typename iterator_traits<_Bi_iter>::value_type,
|
|
|
|
typename _Rx_traits = regex_traits<_Ch_type> >
|
|
|
|
class regex_iterator
|
|
|
|
{
|
|
|
|
public:
|
|
|
|
typedef basic_regex<_Ch_type, _Rx_traits> regex_type;
|
|
|
|
typedef match_results<_Bi_iter> value_type;
|
|
|
|
typedef std::ptrdiff_t difference_type;
|
|
|
|
typedef const value_type* pointer;
|
|
|
|
typedef const value_type& reference;
|
|
|
|
typedef std::forward_iterator_tag iterator_category;
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Provides a singular iterator, useful for indicating
|
|
|
|
* one-past-the-end of a range.
|
|
|
|
*/
|
2013-07-23 14:31:51 +02:00
|
|
|
regex_iterator()
|
|
|
|
: _M_match()
|
|
|
|
{ }
|
2013-08-07 18:27:36 +02:00
|
|
|
|
2010-06-25 21:27:16 +02:00
|
|
|
/**
|
|
|
|
* Constructs a %regex_iterator...
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __a [IN] The start of a text range to search.
|
|
|
|
* @param __b [IN] One-past-the-end of the text range to search.
|
|
|
|
* @param __re [IN] The regular expression to match.
|
|
|
|
* @param __m [IN] Policy flags for match rules.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
regex_iterator(_Bi_iter __a, _Bi_iter __b, const regex_type& __re,
|
|
|
|
regex_constants::match_flag_type __m
|
2013-07-23 14:31:51 +02:00
|
|
|
= regex_constants::match_default)
|
|
|
|
: _M_begin(__a), _M_end(__b), _M_pregex(&__re), _M_flags(__m), _M_match()
|
|
|
|
{ regex_search(_M_begin, _M_end, _M_match, *_M_pregex, _M_flags); }
|
2010-06-25 21:27:16 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Copy constructs a %regex_iterator.
|
|
|
|
*/
|
2013-07-23 14:31:51 +02:00
|
|
|
regex_iterator(const regex_iterator& __rhs) = default;
|
2013-08-07 18:27:36 +02:00
|
|
|
|
2010-06-25 21:27:16 +02:00
|
|
|
/**
|
2013-07-25 16:59:43 +02:00
|
|
|
* @brief Assigns one %regex_iterator to another.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
regex_iterator&
|
2013-07-23 14:31:51 +02:00
|
|
|
operator=(const regex_iterator& __rhs) = default;
|
2013-08-07 18:27:36 +02:00
|
|
|
|
2010-06-25 21:27:16 +02:00
|
|
|
/**
|
2013-07-25 16:59:43 +02:00
|
|
|
* @brief Tests the equivalence of two regex iterators.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
bool
|
2013-07-23 14:31:51 +02:00
|
|
|
operator==(const regex_iterator& __rhs) const;
|
2013-08-07 18:27:36 +02:00
|
|
|
|
2010-06-25 21:27:16 +02:00
|
|
|
/**
|
2013-07-25 16:59:43 +02:00
|
|
|
* @brief Tests the inequivalence of two regex iterators.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
bool
|
2013-07-23 14:31:51 +02:00
|
|
|
operator!=(const regex_iterator& __rhs) const
|
|
|
|
{ return !(*this == __rhs); }
|
2013-08-07 18:27:36 +02:00
|
|
|
|
2010-06-25 21:27:16 +02:00
|
|
|
/**
|
2013-07-25 16:59:43 +02:00
|
|
|
* @brief Dereferences a %regex_iterator.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
const value_type&
|
2013-07-23 14:31:51 +02:00
|
|
|
operator*() const
|
|
|
|
{ return _M_match; }
|
2013-08-07 18:27:36 +02:00
|
|
|
|
2010-06-25 21:27:16 +02:00
|
|
|
/**
|
2013-07-25 16:59:43 +02:00
|
|
|
* @brief Selects a %regex_iterator member.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
const value_type*
|
2013-07-23 14:31:51 +02:00
|
|
|
operator->() const
|
|
|
|
{ return &_M_match; }
|
2013-08-07 18:27:36 +02:00
|
|
|
|
2010-06-25 21:27:16 +02:00
|
|
|
/**
|
2013-07-25 16:59:43 +02:00
|
|
|
* @brief Increments a %regex_iterator.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
regex_iterator&
|
|
|
|
operator++();
|
2013-08-07 18:27:36 +02:00
|
|
|
|
2010-06-25 21:27:16 +02:00
|
|
|
/**
|
2013-07-25 16:59:43 +02:00
|
|
|
* @brief Postincrements a %regex_iterator.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
regex_iterator
|
2013-07-23 14:31:51 +02:00
|
|
|
operator++(int)
|
|
|
|
{
|
2013-08-22 11:01:38 +02:00
|
|
|
auto __tmp = *this;
|
|
|
|
++(*this);
|
|
|
|
return __tmp;
|
2013-07-23 14:31:51 +02:00
|
|
|
}
|
2013-08-07 18:27:36 +02:00
|
|
|
|
2010-06-25 21:27:16 +02:00
|
|
|
private:
|
2013-07-23 14:31:51 +02:00
|
|
|
_Bi_iter _M_begin;
|
|
|
|
_Bi_iter _M_end;
|
|
|
|
const regex_type* _M_pregex;
|
|
|
|
regex_constants::match_flag_type _M_flags;
|
|
|
|
match_results<_Bi_iter> _M_match;
|
2010-06-25 21:27:16 +02:00
|
|
|
};
|
2013-07-23 14:31:51 +02:00
|
|
|
|
|
|
|
template<typename _Bi_iter,
|
|
|
|
typename _Ch_type,
|
|
|
|
typename _Rx_traits>
|
|
|
|
bool
|
|
|
|
regex_iterator<_Bi_iter, _Ch_type, _Rx_traits>::
|
|
|
|
operator==(const regex_iterator& __rhs) const
|
|
|
|
{
|
|
|
|
return (_M_match.empty() && __rhs._M_match.empty())
|
2013-08-22 11:01:38 +02:00
|
|
|
|| (_M_begin == __rhs._M_begin
|
|
|
|
&& _M_end == __rhs._M_end
|
|
|
|
&& _M_pregex == __rhs._M_pregex
|
|
|
|
&& _M_flags == __rhs._M_flags
|
|
|
|
&& _M_match[0] == __rhs._M_match[0]);
|
2013-07-23 14:31:51 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
template<typename _Bi_iter,
|
|
|
|
typename _Ch_type,
|
|
|
|
typename _Rx_traits>
|
|
|
|
regex_iterator<_Bi_iter, _Ch_type, _Rx_traits>&
|
|
|
|
regex_iterator<_Bi_iter, _Ch_type, _Rx_traits>::
|
|
|
|
operator++()
|
|
|
|
{
|
2013-07-25 16:59:43 +02:00
|
|
|
// FIXME: In all cases in which the call to regex_search returns true,
|
|
|
|
// match.prefix().first shall be equal to the previous value of
|
|
|
|
// match[0].second, and for each index i in the half-open range
|
|
|
|
// [0, match.size()) for which match[i].matched is true,
|
|
|
|
// match[i].position() shall return distance(begin, match[i].first).
|
|
|
|
// [28.12.1.4.5]
|
2013-07-23 14:31:51 +02:00
|
|
|
if (_M_match[0].matched)
|
2013-08-22 11:01:38 +02:00
|
|
|
{
|
|
|
|
auto __start = _M_match[0].second;
|
|
|
|
if (_M_match[0].first == _M_match[0].second)
|
|
|
|
if (__start == _M_end)
|
|
|
|
{
|
|
|
|
_M_match = value_type();
|
|
|
|
return *this;
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
if (regex_search(__start, _M_end, _M_match, *_M_pregex, _M_flags
|
|
|
|
| regex_constants::match_not_null
|
|
|
|
| regex_constants::match_continuous))
|
|
|
|
return *this;
|
|
|
|
else
|
|
|
|
++__start;
|
|
|
|
}
|
|
|
|
_M_flags |= regex_constants::match_prev_avail;
|
|
|
|
if (!regex_search(__start, _M_end, _M_match, *_M_pregex, _M_flags))
|
|
|
|
_M_match = value_type();
|
|
|
|
}
|
2013-07-23 14:31:51 +02:00
|
|
|
return *this;
|
|
|
|
}
|
2013-08-07 18:27:36 +02:00
|
|
|
|
2010-06-25 21:27:16 +02:00
|
|
|
typedef regex_iterator<const char*> cregex_iterator;
|
|
|
|
typedef regex_iterator<string::const_iterator> sregex_iterator;
|
|
|
|
#ifdef _GLIBCXX_USE_WCHAR_T
|
|
|
|
typedef regex_iterator<const wchar_t*> wcregex_iterator;
|
|
|
|
typedef regex_iterator<wstring::const_iterator> wsregex_iterator;
|
|
|
|
#endif
|
|
|
|
|
|
|
|
// [7.12.2] Class template regex_token_iterator
|
|
|
|
/**
|
|
|
|
* Iterates over submatches in a range (or @a splits a text string).
|
|
|
|
*
|
|
|
|
* The purpose of this iterator is to enumerate all, or all specified,
|
|
|
|
* matches of a regular expression within a text range. The dereferenced
|
|
|
|
* value of an iterator of this class is a std::sub_match object.
|
|
|
|
*/
|
|
|
|
template<typename _Bi_iter,
|
2013-08-22 11:01:38 +02:00
|
|
|
typename _Ch_type = typename iterator_traits<_Bi_iter>::value_type,
|
|
|
|
typename _Rx_traits = regex_traits<_Ch_type> >
|
2010-06-25 21:27:16 +02:00
|
|
|
class regex_token_iterator
|
|
|
|
{
|
|
|
|
public:
|
|
|
|
typedef basic_regex<_Ch_type, _Rx_traits> regex_type;
|
|
|
|
typedef sub_match<_Bi_iter> value_type;
|
|
|
|
typedef std::ptrdiff_t difference_type;
|
|
|
|
typedef const value_type* pointer;
|
|
|
|
typedef const value_type& reference;
|
|
|
|
typedef std::forward_iterator_tag iterator_category;
|
2013-08-07 18:27:36 +02:00
|
|
|
|
2010-06-25 21:27:16 +02:00
|
|
|
public:
|
|
|
|
/**
|
|
|
|
* @brief Default constructs a %regex_token_iterator.
|
2013-08-07 18:27:36 +02:00
|
|
|
*
|
2010-06-25 21:27:16 +02:00
|
|
|
* A default-constructed %regex_token_iterator is a singular iterator
|
|
|
|
* that will compare equal to the one-past-the-end value for any
|
|
|
|
* iterator of the same type.
|
|
|
|
*/
|
2013-07-23 14:31:51 +02:00
|
|
|
regex_token_iterator()
|
|
|
|
: _M_position(), _M_result(nullptr), _M_suffix(), _M_n(0), _M_subs()
|
|
|
|
{ }
|
2013-08-07 18:27:36 +02:00
|
|
|
|
2010-06-25 21:27:16 +02:00
|
|
|
/**
|
|
|
|
* Constructs a %regex_token_iterator...
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __a [IN] The start of the text to search.
|
|
|
|
* @param __b [IN] One-past-the-end of the text to search.
|
|
|
|
* @param __re [IN] The regular expression to search for.
|
|
|
|
* @param __submatch [IN] Which submatch to return. There are some
|
2010-06-25 21:27:16 +02:00
|
|
|
* special values for this parameter:
|
|
|
|
* - -1 each enumerated subexpression does NOT
|
|
|
|
* match the regular expression (aka field
|
|
|
|
* splitting)
|
|
|
|
* - 0 the entire string matching the
|
|
|
|
* subexpression is returned for each match
|
|
|
|
* within the text.
|
|
|
|
* - >0 enumerates only the indicated
|
|
|
|
* subexpression from a match within the text.
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __m [IN] Policy flags for match rules.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
regex_token_iterator(_Bi_iter __a, _Bi_iter __b, const regex_type& __re,
|
|
|
|
int __submatch = 0,
|
|
|
|
regex_constants::match_flag_type __m
|
2013-07-23 14:31:51 +02:00
|
|
|
= regex_constants::match_default)
|
|
|
|
: _M_position(__a, __b, __re, __m), _M_subs(1, __submatch), _M_n(0)
|
|
|
|
{ _M_init(__a, __b); }
|
2010-06-25 21:27:16 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Constructs a %regex_token_iterator...
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __a [IN] The start of the text to search.
|
|
|
|
* @param __b [IN] One-past-the-end of the text to search.
|
|
|
|
* @param __re [IN] The regular expression to search for.
|
|
|
|
* @param __submatches [IN] A list of subexpressions to return for each
|
2013-07-23 14:31:51 +02:00
|
|
|
* regular expression match within the text.
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __m [IN] Policy flags for match rules.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
regex_token_iterator(_Bi_iter __a, _Bi_iter __b,
|
|
|
|
const regex_type& __re,
|
|
|
|
const std::vector<int>& __submatches,
|
|
|
|
regex_constants::match_flag_type __m
|
2013-07-23 14:31:51 +02:00
|
|
|
= regex_constants::match_default)
|
|
|
|
: _M_position(__a, __b, __re, __m), _M_subs(__submatches), _M_n(0)
|
|
|
|
{ _M_init(__a, __b); }
|
2010-06-25 21:27:16 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Constructs a %regex_token_iterator...
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __a [IN] The start of the text to search.
|
|
|
|
* @param __b [IN] One-past-the-end of the text to search.
|
|
|
|
* @param __re [IN] The regular expression to search for.
|
|
|
|
* @param __submatches [IN] A list of subexpressions to return for each
|
|
|
|
* regular expression match within the text.
|
|
|
|
* @param __m [IN] Policy flags for match rules.
|
2013-07-23 14:31:51 +02:00
|
|
|
*/
|
|
|
|
regex_token_iterator(_Bi_iter __a, _Bi_iter __b,
|
|
|
|
const regex_type& __re,
|
2013-08-22 11:01:38 +02:00
|
|
|
initializer_list<int> __submatches,
|
2013-07-23 14:31:51 +02:00
|
|
|
regex_constants::match_flag_type __m
|
|
|
|
= regex_constants::match_default)
|
|
|
|
: _M_position(__a, __b, __re, __m), _M_subs(__submatches), _M_n(0)
|
|
|
|
{ _M_init(__a, __b); }
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Constructs a %regex_token_iterator...
|
|
|
|
* @param __a [IN] The start of the text to search.
|
|
|
|
* @param __b [IN] One-past-the-end of the text to search.
|
|
|
|
* @param __re [IN] The regular expression to search for.
|
|
|
|
* @param __submatches [IN] A list of subexpressions to return for each
|
|
|
|
* regular expression match within the text.
|
|
|
|
* @param __m [IN] Policy flags for match rules.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
template<std::size_t _Nm>
|
2013-08-22 11:01:38 +02:00
|
|
|
regex_token_iterator(_Bi_iter __a, _Bi_iter __b,
|
2010-06-25 21:27:16 +02:00
|
|
|
const regex_type& __re,
|
|
|
|
const int (&__submatches)[_Nm],
|
|
|
|
regex_constants::match_flag_type __m
|
2013-07-23 14:31:51 +02:00
|
|
|
= regex_constants::match_default)
|
|
|
|
: _M_position(__a, __b, __re, __m),
|
|
|
|
_M_subs(__submatches, *(&__submatches+1)), _M_n(0)
|
|
|
|
{ _M_init(__a, __b); }
|
2010-06-25 21:27:16 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* @brief Copy constructs a %regex_token_iterator.
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __rhs [IN] A %regex_token_iterator to copy.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
2013-07-23 14:31:51 +02:00
|
|
|
regex_token_iterator(const regex_token_iterator& __rhs)
|
|
|
|
: _M_position(__rhs.position), _M_subs(__rhs.subs), _M_n(__rhs.N),
|
|
|
|
_M_result(__rhs.result), _M_suffix(__rhs.suffix),
|
|
|
|
_M_has_m1(__rhs._M_has_m1)
|
|
|
|
{
|
2013-08-22 11:01:38 +02:00
|
|
|
if (__rhs._M_result == &__rhs._M_suffix)
|
|
|
|
_M_result = &_M_suffix;
|
2013-07-23 14:31:51 +02:00
|
|
|
}
|
2013-07-04 10:23:44 +02:00
|
|
|
|
2010-06-25 21:27:16 +02:00
|
|
|
/**
|
|
|
|
* @brief Assigns a %regex_token_iterator to another.
|
2011-08-07 09:27:06 +02:00
|
|
|
* @param __rhs [IN] A %regex_token_iterator to copy.
|
2010-06-25 21:27:16 +02:00
|
|
|
*/
|
|
|
|
regex_token_iterator&
|
|
|
|
operator=(const regex_token_iterator& __rhs);
|
2013-07-04 10:23:44 +02:00
|
|
|
|
2010-06-25 21:27:16 +02:00
|
|
|
/**
|
|
|
|
* @brief Compares a %regex_token_iterator to another for equality.
|
|
|
|
*/
|
|
|
|
bool
|
2013-07-04 10:23:44 +02:00
|
|
|
operator==(const regex_token_iterator& __rhs) const;
|
|
|
|
|
2010-06-25 21:27:16 +02:00
|
|
|
/**
|
|
|
|
* @brief Compares a %regex_token_iterator to another for inequality.
|
|
|
|
*/
|
|
|
|
bool
|
2013-07-23 14:31:51 +02:00
|
|
|
operator!=(const regex_token_iterator& __rhs) const
|
|
|
|
{ return !(*this == __rhs); }
|
2013-07-04 10:23:44 +02:00
|
|
|
|
2010-06-25 21:27:16 +02:00
|
|
|
/**
|
|
|
|
* @brief Dereferences a %regex_token_iterator.
|
|
|
|
*/
|
|
|
|
const value_type&
|
2013-07-23 14:31:51 +02:00
|
|
|
operator*() const
|
|
|
|
{ return *_M_result; }
|
2013-07-04 10:23:44 +02:00
|
|
|
|
2010-06-25 21:27:16 +02:00
|
|
|
/**
|
|
|
|
* @brief Selects a %regex_token_iterator member.
|
|
|
|
*/
|
|
|
|
const value_type*
|
2013-07-23 14:31:51 +02:00
|
|
|
operator->() const
|
|
|
|
{ return _M_result; }
|
2013-07-04 10:23:44 +02:00
|
|
|
|
2010-06-25 21:27:16 +02:00
|
|
|
/**
|
|
|
|
* @brief Increments a %regex_token_iterator.
|
|
|
|
*/
|
|
|
|
regex_token_iterator&
|
|
|
|
operator++();
|
2013-07-04 10:23:44 +02:00
|
|
|
|
2010-06-25 21:27:16 +02:00
|
|
|
/**
|
|
|
|
* @brief Postincrements a %regex_token_iterator.
|
|
|
|
*/
|
|
|
|
regex_token_iterator
|
2013-07-23 14:31:51 +02:00
|
|
|
operator++(int)
|
|
|
|
{
|
2013-08-22 11:01:38 +02:00
|
|
|
auto __tmp = *this;
|
|
|
|
++(*this);
|
|
|
|
return __tmp;
|
2013-07-23 14:31:51 +02:00
|
|
|
}
|
2013-07-04 10:23:44 +02:00
|
|
|
|
2013-07-25 16:59:43 +02:00
|
|
|
private:
|
2013-07-23 14:31:51 +02:00
|
|
|
typedef regex_iterator<_Bi_iter, _Ch_type, _Rx_traits> _Position;
|
|
|
|
|
|
|
|
void
|
|
|
|
_M_init(_Bi_iter __a, _Bi_iter __b);
|
2010-06-25 21:27:16 +02:00
|
|
|
|
2013-07-23 14:31:51 +02:00
|
|
|
const value_type&
|
|
|
|
_M_current_match() const
|
|
|
|
{
|
2013-08-22 11:01:38 +02:00
|
|
|
if (_M_subs[_M_n] == -1)
|
|
|
|
return (*_M_position).prefix();
|
|
|
|
else
|
|
|
|
return (*_M_position)[_M_subs[_M_n]];
|
2013-07-23 14:31:51 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
bool
|
|
|
|
_M_end_of_seq() const
|
|
|
|
{ return _M_result != nullptr; }
|
|
|
|
|
|
|
|
_Position _M_position;
|
|
|
|
const value_type* _M_result;
|
|
|
|
value_type _M_suffix;
|
|
|
|
std::size_t _M_n;
|
|
|
|
std::vector<int> _M_subs;
|
|
|
|
|
2013-07-25 16:59:43 +02:00
|
|
|
// Show whether _M_subs contains -1
|
|
|
|
bool _M_has_m1;
|
2010-06-25 21:27:16 +02:00
|
|
|
};
|
|
|
|
|
2013-07-23 14:31:51 +02:00
|
|
|
template<typename _Bi_iter,
|
2013-08-22 11:01:38 +02:00
|
|
|
typename _Ch_type,
|
|
|
|
typename _Rx_traits>
|
2013-07-23 14:31:51 +02:00
|
|
|
regex_token_iterator<_Bi_iter, _Ch_type, _Rx_traits>&
|
|
|
|
regex_token_iterator<_Bi_iter, _Ch_type, _Rx_traits>::
|
|
|
|
operator=(const regex_token_iterator& __rhs)
|
|
|
|
{
|
|
|
|
_M_position = __rhs._M_position;
|
|
|
|
_M_subs = __rhs._M_subs;
|
|
|
|
_M_n = __rhs._M_n;
|
|
|
|
_M_result = __rhs._M_result;
|
|
|
|
_M_suffix = __rhs._M_suffix;
|
|
|
|
_M_has_m1 = __rhs._M_has_m1;
|
|
|
|
if (__rhs._M_result == &__rhs._M_suffix)
|
2013-08-22 11:01:38 +02:00
|
|
|
_M_result = &_M_suffix;
|
2013-07-23 14:31:51 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
template<typename _Bi_iter,
|
2013-08-22 11:01:38 +02:00
|
|
|
typename _Ch_type,
|
|
|
|
typename _Rx_traits>
|
2013-07-23 14:31:51 +02:00
|
|
|
bool
|
|
|
|
regex_token_iterator<_Bi_iter, _Ch_type, _Rx_traits>::
|
|
|
|
operator==(const regex_token_iterator& __rhs) const
|
|
|
|
{
|
|
|
|
if (_M_end_of_seq() && __rhs._M_end_of_seq())
|
2013-08-22 11:01:38 +02:00
|
|
|
return true;
|
2013-07-23 14:31:51 +02:00
|
|
|
if (_M_suffix.matched && __rhs._M_suffix.matched
|
2013-08-22 11:01:38 +02:00
|
|
|
&& _M_suffix == __rhs._M_suffix)
|
|
|
|
return true;
|
2013-07-23 14:31:51 +02:00
|
|
|
if (_M_end_of_seq() || _M_suffix.matched
|
2013-08-22 11:01:38 +02:00
|
|
|
|| __rhs._M_end_of_seq() || __rhs._M_suffix.matched)
|
|
|
|
return false;
|
2013-07-23 14:31:51 +02:00
|
|
|
return _M_position == __rhs._M_position
|
2013-08-22 11:01:38 +02:00
|
|
|
&& _M_n == __rhs._M_n
|
|
|
|
&& _M_subs == __rhs._M_subs;
|
2013-07-23 14:31:51 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
template<typename _Bi_iter,
|
2013-08-22 11:01:38 +02:00
|
|
|
typename _Ch_type,
|
|
|
|
typename _Rx_traits>
|
2013-07-23 14:31:51 +02:00
|
|
|
regex_token_iterator<_Bi_iter, _Ch_type, _Rx_traits>&
|
|
|
|
regex_token_iterator<_Bi_iter, _Ch_type, _Rx_traits>::
|
|
|
|
operator++()
|
|
|
|
{
|
|
|
|
_Position __prev = _M_position;
|
|
|
|
if (_M_suffix.matched)
|
2013-08-22 11:01:38 +02:00
|
|
|
*this = regex_token_iterator();
|
2013-07-23 14:31:51 +02:00
|
|
|
else if (_M_n + 1 < _M_subs.size())
|
2013-08-22 11:01:38 +02:00
|
|
|
{
|
|
|
|
_M_n++;
|
|
|
|
_M_result = &_M_current_match();
|
|
|
|
}
|
2013-07-23 14:31:51 +02:00
|
|
|
else
|
2013-08-22 11:01:38 +02:00
|
|
|
{
|
|
|
|
_M_n = 0;
|
|
|
|
++_M_position;
|
|
|
|
if (_M_position != _Position())
|
|
|
|
_M_result = &_M_current_match();
|
|
|
|
else if (_M_has_m1 && __prev->suffix().length() != 0)
|
|
|
|
{
|
|
|
|
_M_suffix.matched = true;
|
|
|
|
_M_suffix.first = __prev->suffix().first;
|
|
|
|
_M_suffix.second = __prev->suffix().second;
|
|
|
|
_M_result = &_M_suffix;
|
|
|
|
}
|
|
|
|
else
|
|
|
|
*this = regex_token_iterator();
|
|
|
|
}
|
2013-07-23 14:31:51 +02:00
|
|
|
return *this;
|
|
|
|
}
|
|
|
|
|
|
|
|
template<typename _Bi_iter,
|
2013-08-22 11:01:38 +02:00
|
|
|
typename _Ch_type,
|
|
|
|
typename _Rx_traits>
|
2013-07-23 14:31:51 +02:00
|
|
|
void
|
|
|
|
regex_token_iterator<_Bi_iter, _Ch_type, _Rx_traits>::
|
|
|
|
_M_init(_Bi_iter __a, _Bi_iter __b)
|
|
|
|
{
|
|
|
|
_M_has_m1 = false;
|
|
|
|
for (auto __it : _M_subs)
|
2013-08-22 11:01:38 +02:00
|
|
|
if (__it == -1)
|
|
|
|
{
|
|
|
|
_M_has_m1 = true;
|
|
|
|
break;
|
|
|
|
}
|
2013-07-23 14:31:51 +02:00
|
|
|
if (_M_position != _Position())
|
2013-08-22 11:01:38 +02:00
|
|
|
_M_result = &_M_current_match();
|
2013-07-23 14:31:51 +02:00
|
|
|
else if (_M_has_m1)
|
2013-08-22 11:01:38 +02:00
|
|
|
{
|
|
|
|
_M_suffix.matched = true;
|
|
|
|
_M_suffix.first = __a;
|
|
|
|
_M_suffix.second = __b;
|
|
|
|
_M_result = &_M_suffix;
|
|
|
|
}
|
2013-07-23 14:31:51 +02:00
|
|
|
else
|
2013-08-22 11:01:38 +02:00
|
|
|
_M_result = nullptr;
|
2013-07-23 14:31:51 +02:00
|
|
|
}
|
|
|
|
|
2010-06-25 21:27:16 +02:00
|
|
|
/** @brief Token iterator for C-style NULL-terminated strings. */
|
|
|
|
typedef regex_token_iterator<const char*> cregex_token_iterator;
|
2012-06-28 09:50:34 +02:00
|
|
|
|
2010-06-25 21:27:16 +02:00
|
|
|
/** @brief Token iterator for standard strings. */
|
|
|
|
typedef regex_token_iterator<string::const_iterator> sregex_token_iterator;
|
2012-06-28 09:50:34 +02:00
|
|
|
|
2010-06-25 21:27:16 +02:00
|
|
|
#ifdef _GLIBCXX_USE_WCHAR_T
|
|
|
|
/** @brief Token iterator for C-style NULL-terminated wide strings. */
|
|
|
|
typedef regex_token_iterator<const wchar_t*> wcregex_token_iterator;
|
2012-06-28 09:50:34 +02:00
|
|
|
|
2010-06-25 21:27:16 +02:00
|
|
|
/** @brief Token iterator for standard wide-character strings. */
|
|
|
|
typedef regex_token_iterator<wstring::const_iterator> wsregex_token_iterator;
|
|
|
|
#endif
|
2013-08-07 18:27:36 +02:00
|
|
|
|
2010-06-25 21:27:16 +02:00
|
|
|
//@} // group regex
|
PR libstdc++/36104 part four
2011-01-30 Benjamin Kosnik <bkoz@redhat.com>
PR libstdc++/36104 part four
* include/bits/c++config (_GLIBCXX_STD): Remove.
(_GLIBCXX_STD_D, _GLIBCXX_PR): Now _GLIBCXX_STD_C.
(_GLIBCXX_P): Now _GLIBCXX_STD_A.
(_GLIBCXX_NAMESPACE_DEBUG, _GLIBCXX_NAMESPACE_PARALLEL,
_GLIBCXX_NAMESPACE_PROFILE, _GLIBCXX_NAMESPACE_VERSION): Remove.
(_GLIBCXX_INLINE_DEBUG, _GLIBCXX_INLINE_PARALLEL,
_GLIBCXX_INLINE_PROFILE): Remove.
(_GLIBCXX_BEGIN_NAMESPACE(X)): Remove.
(_GLIBCXX_END_NAMESPACE): Remove.
(_GLIBCXX_BEGIN_NESTED_NAMESPACE(X, Y)): Remove.
(_GLIBCXX_END_NESTED_NAMESPACE): Remove.
(_GLIBCXX_BEGIN_NAMESPACE_ALGO): Add.
(_GLIBCXX_END_NAMESPACE_ALGO): Add.
(_GLIBCXX_BEGIN_NAMESPACE_CONTAINER): Add.
(_GLIBCXX_END_NAMESPACE_CONTAINER): Add.
(_GLIBCXX_BEGIN_NAMESPACE_VERSION): Add.
(_GLIBCXX_END_NAMESPACE_VERSION): Add.
(_GLIBCXX_BEGIN_LDBL_NAMESPACE): To _GLIBCXX_BEGIN_NAMESPACE_LDBL.
(_GLIBCXX_END_LDBL_NAMESPACE): To _GLIBCXX_END_NAMESPACE_LDBL.
(_GLIBCXX_VISIBILITY_ATTR): Revert to _GLIBCXX_VISIBILITY.
* include/*: Use new macros for namespace scope.
* config/*: Same.
* src/*: Same.
* src/Makefile.am (sources): Remove debug_list.cc, add
compatibility-debug_list-2.cc.
(parallel_sources): Remove parallel_list.cc, add
compatibility-parallel_list-2.cc.
(compatibility-parallel_list-2.[o,lo]): New rule.
* src/Makefile.in: Regenerate.
* src/debug_list.cc: Remove.
* src/parallel_list.cc: Remove.
* src/compatibility-list-2.cc: New.
* src/compatibility-debug_list-2.cc: New.
* src/compatibility-parallel_list-2.cc: New.
* doc/doxygen/user.cfg.in: Adjust macros.
* testsuite/20_util/auto_ptr/assign_neg.cc: Adjust line numbers, macros.
* testsuite/20_util/declval/requirements/1_neg.cc: Same.
* testsuite/20_util/duration/requirements/typedefs_neg1.cc: Same.
* testsuite/20_util/duration/requirements/typedefs_neg2.cc: Same.
* testsuite/20_util/duration/requirements/typedefs_neg3.cc: Same.
* testsuite/20_util/forward/c_neg.cc: Same.
* testsuite/20_util/forward/f_neg.cc: Same.
* testsuite/20_util/make_signed/requirements/typedefs_neg.cc: Same.
* testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc: Same.
* testsuite/20_util/ratio/cons/cons_overflow_neg.cc: Same.
* testsuite/20_util/ratio/operations/ops_overflow_neg.cc: Same.
* testsuite/20_util/shared_ptr/cons/43820_neg.cc: Same.
* testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Same.
* testsuite/23_containers/deque/requirements/dr438/assign_neg.cc: Same.
* testsuite/23_containers/deque/requirements/dr438/
constructor_1_neg.cc: Same.
* testsuite/23_containers/deque/requirements/dr438/
constructor_2_neg.cc: Same.
* testsuite/23_containers/deque/requirements/dr438/insert_neg.cc: Same.
* testsuite/23_containers/forward_list/capacity/1.cc: Same.
* testsuite/23_containers/forward_list/requirements/dr438/
assign_neg.cc: Same.
* testsuite/23_containers/forward_list/requirements/dr438/
constructor_1_neg.cc: Same.
* testsuite/23_containers/forward_list/requirements/dr438/
constructor_2_neg.cc: Same.
* testsuite/23_containers/forward_list/requirements/dr438/
insert_neg.cc: Same.
* testsuite/23_containers/list/capacity/29134.cc: Same.
* testsuite/23_containers/list/requirements/dr438/assign_neg.cc: Same.
* testsuite/23_containers/list/requirements/dr438/
constructor_1_neg.cc: Same.
* testsuite/23_containers/list/requirements/dr438/
constructor_2_neg.cc: Same.
* testsuite/23_containers/list/requirements/dr438/insert_neg.cc: Same.
* testsuite/23_containers/vector/bool/capacity/29134.cc: Same.
* testsuite/23_containers/vector/bool/modifiers/insert/31370.cc: Same.
* testsuite/23_containers/vector/requirements/dr438/assign_neg.cc: Same.
* testsuite/23_containers/vector/requirements/dr438/
constructor_1_neg.cc: Same.
* testsuite/23_containers/vector/requirements/dr438/
constructor_2_neg.cc: Same.
* testsuite/23_containers/vector/requirements/dr438/insert_neg.cc: Same.
* testsuite/25_algorithms/sort/35588.cc: Same.
* testsuite/27_io/ios_base/cons/assign_neg.cc: Same.
* testsuite/27_io/ios_base/cons/copy_neg.cc: Same.
* testsuite/ext/profile/mutex_extensions_neg.cc: Same.
* testsuite/ext/profile/profiler_algos.cc: Same.
* testsuite/ext/type_traits/add_unsigned_floating_neg.cc: Same.
* testsuite/ext/type_traits/add_unsigned_integer_neg.cc: Same.
* testsuite/ext/type_traits/remove_unsigned_floating_neg.cc: Same.
* testsuite/ext/type_traits/remove_unsigned_integer_neg.cc: Same.
* testsuite/tr1/2_general_utilities/shared_ptr/cons/43820_neg.cc: Same.
From-SVN: r169421
2011-01-30 23:39:36 +01:00
|
|
|
_GLIBCXX_END_NAMESPACE_VERSION
|
|
|
|
} // namespace
|
2010-06-25 21:27:16 +02:00
|
|
|
|