void __gnu_cxx::__verbose_terminate_handler | ( | ) |
A replacement for the standard terminate_handler which prints more information about the terminating exception (if any) on stderr. Call
to use. For more info, see http://gcc.gnu.org/onlinedocs/libstdc++/19_diagnostics/howto.html#4In 3.4 and later, this is on by default.
size_t __gnu_cxx::_Bit_scan_forward | ( | size_t | __num | ) | [inline] |
Generic Version of the bsf instruction.
Definition at line 542 of file bitmap_allocator.h.
Referenced by __gnu_cxx::bitmap_allocator< _Tp >::_M_allocate_single_object().
bool __gnu_cxx::operator!= | ( | const __versa_string< _CharT, _Traits, _Alloc, _Base > & | __lhs, | |
const _CharT * | __rhs | |||
) | [inline] |
Test difference of string and C string.
lhs | String. | |
rhs | C string. |
Definition at line 1932 of file vstring.h.
References __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >::compare().
bool __gnu_cxx::operator!= | ( | const _CharT * | __lhs, | |
const __versa_string< _CharT, _Traits, _Alloc, _Base > & | __rhs | |||
) | [inline] |
Test difference of C string and string.
lhs | C string. | |
rhs | String. |
Definition at line 1919 of file vstring.h.
References __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >::compare().
bool __gnu_cxx::operator!= | ( | const __versa_string< _CharT, _Traits, _Alloc, _Base > & | __lhs, | |
const __versa_string< _CharT, _Traits, _Alloc, _Base > & | __rhs | |||
) | [inline] |
Test difference of two strings.
lhs | First string. | |
rhs | Second string. |
Definition at line 1906 of file vstring.h.
References __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >::compare().
__versa_string< _CharT, _Traits, _Alloc, _Base > __gnu_cxx::operator+ | ( | const __versa_string< _CharT, _Traits, _Alloc, _Base > & | __lhs, | |
_CharT | __rhs | |||
) |
Concatenate string and character.
lhs | First string. | |
rhs | Last string. |
Definition at line 242 of file vstring.tcc.
References __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >::append(), __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >::push_back(), __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >::reserve(), and __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >::size().
__versa_string< _CharT, _Traits, _Alloc, _Base > __gnu_cxx::operator+ | ( | const __versa_string< _CharT, _Traits, _Alloc, _Base > & | __lhs, | |
const _CharT * | __rhs | |||
) |
Concatenate string and C string.
lhs | First string. | |
rhs | Last string. |
Definition at line 225 of file vstring.tcc.
References __glibcxx_requires_string, and __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >::size().
__versa_string< _CharT, _Traits, _Alloc, _Base > __gnu_cxx::operator+ | ( | _CharT | __lhs, | |
const __versa_string< _CharT, _Traits, _Alloc, _Base > & | __rhs | |||
) |
Concatenate character and string.
lhs | First string. | |
rhs | Last string. |
Definition at line 212 of file vstring.tcc.
References __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >::append(), __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >::push_back(), __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >::reserve(), and __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >::size().
__versa_string< _CharT, _Traits, _Alloc, _Base > __gnu_cxx::operator+ | ( | const _CharT * | __lhs, | |
const __versa_string< _CharT, _Traits, _Alloc, _Base > & | __rhs | |||
) |
Concatenate C string and string.
lhs | First string. | |
rhs | Last string. |
Definition at line 195 of file vstring.tcc.
References __glibcxx_requires_string, and __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >::size().
__versa_string< _CharT, _Traits, _Alloc, _Base > __gnu_cxx::operator+ | ( | const __versa_string< _CharT, _Traits, _Alloc, _Base > & | __lhs, | |
const __versa_string< _CharT, _Traits, _Alloc, _Base > & | __rhs | |||
) |
Concatenate two strings.
lhs | First string. | |
rhs | Last string. |
Definition at line 182 of file vstring.tcc.
References __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >::append(), __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >::reserve(), and __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >::size().
bool __gnu_cxx::operator< | ( | const _CharT * | __lhs, | |
const __versa_string< _CharT, _Traits, _Alloc, _Base > & | __rhs | |||
) | [inline] |
Test if C string precedes string.
lhs | C string. | |
rhs | String. |
Definition at line 1972 of file vstring.h.
References __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >::compare().
bool __gnu_cxx::operator< | ( | const __versa_string< _CharT, _Traits, _Alloc, _Base > & | __lhs, | |
const _CharT * | __rhs | |||
) | [inline] |
bool __gnu_cxx::operator< | ( | const __versa_string< _CharT, _Traits, _Alloc, _Base > & | __lhs, | |
const __versa_string< _CharT, _Traits, _Alloc, _Base > & | __rhs | |||
) | [inline] |
bool __gnu_cxx::operator<= | ( | const _CharT * | __lhs, | |
const __versa_string< _CharT, _Traits, _Alloc, _Base > & | __rhs | |||
) | [inline] |
Test if C string doesn't follow string.
lhs | C string. | |
rhs | String. |
Definition at line 2052 of file vstring.h.
References __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >::compare().
bool __gnu_cxx::operator<= | ( | const __versa_string< _CharT, _Traits, _Alloc, _Base > & | __lhs, | |
const _CharT * | __rhs | |||
) | [inline] |
bool __gnu_cxx::operator<= | ( | const __versa_string< _CharT, _Traits, _Alloc, _Base > & | __lhs, | |
const __versa_string< _CharT, _Traits, _Alloc, _Base > & | __rhs | |||
) | [inline] |
bool __gnu_cxx::operator== | ( | const __versa_string< _CharT, _Traits, _Alloc, _Base > & | __lhs, | |
const _CharT * | __rhs | |||
) | [inline] |
Test equivalence of string and C string.
lhs | String. | |
rhs | C string. |
Definition at line 1892 of file vstring.h.
References __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >::compare().
bool __gnu_cxx::operator== | ( | const _CharT * | __lhs, | |
const __versa_string< _CharT, _Traits, _Alloc, _Base > & | __rhs | |||
) | [inline] |
Test equivalence of C string and string.
lhs | C string. | |
rhs | String. |
Definition at line 1879 of file vstring.h.
References __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >::compare().
bool __gnu_cxx::operator== | ( | const __versa_string< _CharT, _Traits, _Alloc, _Base > & | __lhs, | |
const __versa_string< _CharT, _Traits, _Alloc, _Base > & | __rhs | |||
) | [inline] |
Test equivalence of two strings.
lhs | First string. | |
rhs | Second string. |
Definition at line 1866 of file vstring.h.
References __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >::compare().
bool __gnu_cxx::operator> | ( | const _CharT * | __lhs, | |
const __versa_string< _CharT, _Traits, _Alloc, _Base > & | __rhs | |||
) | [inline] |
Test if C string follows string.
lhs | C string. | |
rhs | String. |
Definition at line 2012 of file vstring.h.
References __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >::compare().
bool __gnu_cxx::operator> | ( | const __versa_string< _CharT, _Traits, _Alloc, _Base > & | __lhs, | |
const _CharT * | __rhs | |||
) | [inline] |
Test if string follows C string.
lhs | String. | |
rhs | C string. |
Definition at line 1999 of file vstring.h.
References __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >::compare().
bool __gnu_cxx::operator> | ( | const __versa_string< _CharT, _Traits, _Alloc, _Base > & | __lhs, | |
const __versa_string< _CharT, _Traits, _Alloc, _Base > & | __rhs | |||
) | [inline] |
Test if string follows string.
lhs | First string. | |
rhs | Second string. |
Definition at line 1986 of file vstring.h.
References __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >::compare().
bool __gnu_cxx::operator>= | ( | const _CharT * | __lhs, | |
const __versa_string< _CharT, _Traits, _Alloc, _Base > & | __rhs | |||
) | [inline] |
Test if C string doesn't precede string.
lhs | C string. | |
rhs | String. |
Definition at line 2092 of file vstring.h.
References __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >::compare().
bool __gnu_cxx::operator>= | ( | const __versa_string< _CharT, _Traits, _Alloc, _Base > & | __lhs, | |
const _CharT * | __rhs | |||
) | [inline] |
Test if string doesn't precede C string.
lhs | String. | |
rhs | C string. |
Definition at line 2079 of file vstring.h.
References __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >::compare().
bool __gnu_cxx::operator>= | ( | const __versa_string< _CharT, _Traits, _Alloc, _Base > & | __lhs, | |
const __versa_string< _CharT, _Traits, _Alloc, _Base > & | __rhs | |||
) | [inline] |
Test if string doesn't precede string.
lhs | First string. | |
rhs | Second string. |
Definition at line 2066 of file vstring.h.
References __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >::compare().
void __gnu_cxx::swap | ( | __versa_string< _CharT, _Traits, _Alloc, _Base > & | __lhs, | |
__versa_string< _CharT, _Traits, _Alloc, _Base > & | __rhs | |||
) | [inline] |
Swap contents of two strings.
lhs | First string. | |
rhs | Second string. |
Definition at line 2106 of file vstring.h.
References __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base >::swap().