#include <string>#include <debug/safe_sequence.h>#include <debug/safe_iterator.h>Go to the source code of this file.
Namespaces | |
| namespace | __gnu_debug | 
Classes | |
| class | __gnu_debug::basic_string< _CharT, _Traits, _Allocator > | 
Defines | |
| #define | _GLIBCXX_DEBUG_STRING 1 | 
Typedefs | |
| typedef basic_string< char > | __gnu_debug::string | 
Functions | |
| template<typename _CharT, typename _Traits, typename _Allocator> | |
| basic_string< _CharT, _Traits, _Allocator >  | __gnu_debug::operator+ (const basic_string< _CharT, _Traits, _Allocator > &__lhs, const basic_string< _CharT, _Traits, _Allocator > &__rhs) | 
| template<typename _CharT, typename _Traits, typename _Allocator> | |
| basic_string< _CharT, _Traits, _Allocator >  | __gnu_debug::operator+ (const _CharT *__lhs, const basic_string< _CharT, _Traits, _Allocator > &__rhs) | 
| template<typename _CharT, typename _Traits, typename _Allocator> | |
| basic_string< _CharT, _Traits, _Allocator >  | __gnu_debug::operator+ (_CharT __lhs, const basic_string< _CharT, _Traits, _Allocator > &__rhs) | 
| template<typename _CharT, typename _Traits, typename _Allocator> | |
| basic_string< _CharT, _Traits, _Allocator >  | __gnu_debug::operator+ (const basic_string< _CharT, _Traits, _Allocator > &__lhs, const _CharT *__rhs) | 
| template<typename _CharT, typename _Traits, typename _Allocator> | |
| basic_string< _CharT, _Traits, _Allocator >  | __gnu_debug::operator+ (const basic_string< _CharT, _Traits, _Allocator > &__lhs, _CharT __rhs) | 
| template<typename _CharT, typename _Traits, typename _Allocator> | |
| bool | __gnu_debug::operator== (const basic_string< _CharT, _Traits, _Allocator > &__lhs, const basic_string< _CharT, _Traits, _Allocator > &__rhs) | 
| template<typename _CharT, typename _Traits, typename _Allocator> | |
| bool | __gnu_debug::operator== (const _CharT *__lhs, const basic_string< _CharT, _Traits, _Allocator > &__rhs) | 
| template<typename _CharT, typename _Traits, typename _Allocator> | |
| bool | __gnu_debug::operator== (const basic_string< _CharT, _Traits, _Allocator > &__lhs, const _CharT *__rhs) | 
| template<typename _CharT, typename _Traits, typename _Allocator> | |
| bool | __gnu_debug::operator!= (const basic_string< _CharT, _Traits, _Allocator > &__lhs, const basic_string< _CharT, _Traits, _Allocator > &__rhs) | 
| template<typename _CharT, typename _Traits, typename _Allocator> | |
| bool | __gnu_debug::operator!= (const _CharT *__lhs, const basic_string< _CharT, _Traits, _Allocator > &__rhs) | 
| template<typename _CharT, typename _Traits, typename _Allocator> | |
| bool | __gnu_debug::operator!= (const basic_string< _CharT, _Traits, _Allocator > &__lhs, const _CharT *__rhs) | 
| template<typename _CharT, typename _Traits, typename _Allocator> | |
| bool | __gnu_debug::operator< (const basic_string< _CharT, _Traits, _Allocator > &__lhs, const basic_string< _CharT, _Traits, _Allocator > &__rhs) | 
| template<typename _CharT, typename _Traits, typename _Allocator> | |
| bool | __gnu_debug::operator< (const _CharT *__lhs, const basic_string< _CharT, _Traits, _Allocator > &__rhs) | 
| template<typename _CharT, typename _Traits, typename _Allocator> | |
| bool | __gnu_debug::operator< (const basic_string< _CharT, _Traits, _Allocator > &__lhs, const _CharT *__rhs) | 
| template<typename _CharT, typename _Traits, typename _Allocator> | |
| bool | __gnu_debug::operator<= (const basic_string< _CharT, _Traits, _Allocator > &__lhs, const basic_string< _CharT, _Traits, _Allocator > &__rhs) | 
| template<typename _CharT, typename _Traits, typename _Allocator> | |
| bool | __gnu_debug::operator<= (const _CharT *__lhs, const basic_string< _CharT, _Traits, _Allocator > &__rhs) | 
| template<typename _CharT, typename _Traits, typename _Allocator> | |
| bool | __gnu_debug::operator<= (const basic_string< _CharT, _Traits, _Allocator > &__lhs, const _CharT *__rhs) | 
| template<typename _CharT, typename _Traits, typename _Allocator> | |
| bool | __gnu_debug::operator>= (const basic_string< _CharT, _Traits, _Allocator > &__lhs, const basic_string< _CharT, _Traits, _Allocator > &__rhs) | 
| template<typename _CharT, typename _Traits, typename _Allocator> | |
| bool | __gnu_debug::operator>= (const _CharT *__lhs, const basic_string< _CharT, _Traits, _Allocator > &__rhs) | 
| template<typename _CharT, typename _Traits, typename _Allocator> | |
| bool | __gnu_debug::operator>= (const basic_string< _CharT, _Traits, _Allocator > &__lhs, const _CharT *__rhs) | 
| template<typename _CharT, typename _Traits, typename _Allocator> | |
| bool | __gnu_debug::operator> (const basic_string< _CharT, _Traits, _Allocator > &__lhs, const basic_string< _CharT, _Traits, _Allocator > &__rhs) | 
| template<typename _CharT, typename _Traits, typename _Allocator> | |
| bool | __gnu_debug::operator> (const _CharT *__lhs, const basic_string< _CharT, _Traits, _Allocator > &__rhs) | 
| template<typename _CharT, typename _Traits, typename _Allocator> | |
| bool | __gnu_debug::operator> (const basic_string< _CharT, _Traits, _Allocator > &__lhs, const _CharT *__rhs) | 
| template<typename _CharT, typename _Traits, typename _Allocator> | |
| void | __gnu_debug::swap (basic_string< _CharT, _Traits, _Allocator > &__lhs, basic_string< _CharT, _Traits, _Allocator > &__rhs) | 
| template<typename _CharT, typename _Traits, typename _Allocator> | |
| std::basic_ostream< _CharT, _Traits > &  | __gnu_debug::operator<< (std::basic_ostream< _CharT, _Traits > &__os, const basic_string< _CharT, _Traits, _Allocator > &__str) | 
| template<typename _CharT, typename _Traits, typename _Allocator> | |
| std::basic_istream< _CharT, _Traits > &  | __gnu_debug::operator>> (std::basic_istream< _CharT, _Traits > &__is, basic_string< _CharT, _Traits, _Allocator > &__str) | 
| template<typename _CharT, typename _Traits, typename _Allocator> | |
| std::basic_istream< _CharT, _Traits > &  | __gnu_debug::getline (std::basic_istream< _CharT, _Traits > &__is, basic_string< _CharT, _Traits, _Allocator > &__str, _CharT __delim) | 
| template<typename _CharT, typename _Traits, typename _Allocator> | |
| std::basic_istream< _CharT, _Traits > &  | __gnu_debug::getline (std::basic_istream< _CharT, _Traits > &__is, basic_string< _CharT, _Traits, _Allocator > &__str) | 
| #define _GLIBCXX_DEBUG_STRING 1 | 
Definition at line 32 of file debug/string.
 1.4.7