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] |
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 1934 of file vstring.h.
References __versa_string::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 1921 of file vstring.h.
References __versa_string::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 1908 of file vstring.h.
References __versa_string::compare().
__versa_string< _CharT, _Traits, _Alloc, _Base > operator+ | ( | const __versa_string< _CharT, _Traits, _Alloc, _Base > & | __lhs, | |
_CharT | __rhs | |||
) | [inline] |
Concatenate string and character.
lhs | First string. | |
rhs | Last string. |
Definition at line 242 of file vstring.tcc.
References __versa_string::append(), __versa_string::push_back(), __versa_string::reserve(), and __versa_string::size().
__versa_string< _CharT, _Traits, _Alloc, _Base > operator+ | ( | const __versa_string< _CharT, _Traits, _Alloc, _Base > & | __lhs, | |
const _CharT * | __rhs | |||
) | [inline] |
Concatenate string and C string.
lhs | First string. | |
rhs | Last string. |
Definition at line 225 of file vstring.tcc.
References __versa_string::size().
__versa_string< _CharT, _Traits, _Alloc, _Base > operator+ | ( | _CharT | __lhs, | |
const __versa_string< _CharT, _Traits, _Alloc, _Base > & | __rhs | |||
) | [inline] |
Concatenate character and string.
lhs | First string. | |
rhs | Last string. |
Definition at line 212 of file vstring.tcc.
References __versa_string::append(), __versa_string::push_back(), __versa_string::reserve(), and __versa_string::size().
__versa_string< _CharT, _Traits, _Alloc, _Base > operator+ | ( | const _CharT * | __lhs, | |
const __versa_string< _CharT, _Traits, _Alloc, _Base > & | __rhs | |||
) | [inline] |
Concatenate C string and string.
lhs | First string. | |
rhs | Last string. |
Definition at line 195 of file vstring.tcc.
References __versa_string::size().
__versa_string< _CharT, _Traits, _Alloc, _Base > operator+ | ( | const __versa_string< _CharT, _Traits, _Alloc, _Base > & | __lhs, | |
const __versa_string< _CharT, _Traits, _Alloc, _Base > & | __rhs | |||
) | [inline] |
Concatenate two strings.
lhs | First string. | |
rhs | Last string. |
Definition at line 182 of file vstring.tcc.
References __versa_string::append(), __versa_string::reserve(), and __versa_string::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 1974 of file vstring.h.
References __versa_string::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 2054 of file vstring.h.
References __versa_string::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 1894 of file vstring.h.
References __versa_string::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 1881 of file vstring.h.
References __versa_string::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 1868 of file vstring.h.
References __versa_string::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 2014 of file vstring.h.
References __versa_string::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 2001 of file vstring.h.
References __versa_string::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 1988 of file vstring.h.
References __versa_string::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 2094 of file vstring.h.
References __versa_string::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 2081 of file vstring.h.
References __versa_string::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 2068 of file vstring.h.
References __versa_string::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 2108 of file vstring.h.
References __versa_string::swap().
bool const __threads_enabled [static] |
If true, then the application being compiled will be using threads, so use mutexes as a synchronization primitive, else do no use any synchronization primitives.
Definition at line 81 of file bitmap_allocator.h.