#include <bits/atomicity.h>
Include dependency graph for basic_string.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | std |
Classes | |
class | std::basic_string< CharT, Traits, Alloc > |
Managing sequences of characters and character-like objects. More... | |
struct | std::basic_string< CharT, Traits, Alloc >::Rep |
struct | std::basic_string< CharT, Traits, Alloc >::Alloc_hider |
Defines | |
#define | CPPBITSSTRINGH |
Functions | |
template<typename CharT, typename Traits, typename Alloc> | |
basic_string< CharT, Traits, Alloc > | std::operator+ (const basic_string< CharT, Traits, Alloc > &__lhs, const basic_string< CharT, Traits, Alloc > &__rhs) |
template<typename CharT, typename Traits, typename Alloc> | |
basic_string< CharT, Traits, Alloc > | std::operator+ (const CharT *__lhs, const basic_string< CharT, Traits, Alloc > &__rhs) |
template<typename CharT, typename Traits, typename Alloc> | |
basic_string< CharT, Traits, Alloc > | std::operator+ (CharT __lhs, const basic_string< CharT, Traits, Alloc > &__rhs) |
template<typename CharT, typename Traits, typename Alloc> | |
basic_string< CharT, Traits, Alloc > | std::operator+ (const basic_string< CharT, Traits, Alloc > &__lhs, const CharT *__rhs) |
template<typename CharT, typename Traits, typename Alloc> | |
basic_string< CharT, Traits, Alloc > | std::operator+ (const basic_string< CharT, Traits, Alloc > &__lhs, CharT __rhs) |
template<typename CharT, typename Traits, typename Alloc> | |
bool | std::operator== (const basic_string< CharT, Traits, Alloc > &__lhs, const basic_string< CharT, Traits, Alloc > &__rhs) |
template<typename CharT, typename Traits, typename Alloc> | |
bool | std::operator== (const CharT *__lhs, const basic_string< CharT, Traits, Alloc > &__rhs) |
template<typename CharT, typename Traits, typename Alloc> | |
bool | std::operator== (const basic_string< CharT, Traits, Alloc > &__lhs, const CharT *__rhs) |
template<typename CharT, typename Traits, typename Alloc> | |
bool | std::operator!= (const basic_string< CharT, Traits, Alloc > &__lhs, const basic_string< CharT, Traits, Alloc > &__rhs) |
template<typename CharT, typename Traits, typename Alloc> | |
bool | std::operator!= (const CharT *__lhs, const basic_string< CharT, Traits, Alloc > &__rhs) |
template<typename CharT, typename Traits, typename Alloc> | |
bool | std::operator!= (const basic_string< CharT, Traits, Alloc > &__lhs, const CharT *__rhs) |
template<typename CharT, typename Traits, typename Alloc> | |
bool | std::operator< (const basic_string< CharT, Traits, Alloc > &__lhs, const basic_string< CharT, Traits, Alloc > &__rhs) |
template<typename CharT, typename Traits, typename Alloc> | |
bool | std::operator< (const basic_string< CharT, Traits, Alloc > &__lhs, const CharT *__rhs) |
template<typename CharT, typename Traits, typename Alloc> | |
bool | std::operator< (const CharT *__lhs, const basic_string< CharT, Traits, Alloc > &__rhs) |
template<typename CharT, typename Traits, typename Alloc> | |
bool | std::operator> (const basic_string< CharT, Traits, Alloc > &__lhs, const basic_string< CharT, Traits, Alloc > &__rhs) |
template<typename CharT, typename Traits, typename Alloc> | |
bool | std::operator> (const basic_string< CharT, Traits, Alloc > &__lhs, const CharT *__rhs) |
template<typename CharT, typename Traits, typename Alloc> | |
bool | std::operator> (const CharT *__lhs, const basic_string< CharT, Traits, Alloc > &__rhs) |
template<typename CharT, typename Traits, typename Alloc> | |
bool | std::operator<= (const basic_string< CharT, Traits, Alloc > &__lhs, const basic_string< CharT, Traits, Alloc > &__rhs) |
template<typename CharT, typename Traits, typename Alloc> | |
bool | std::operator<= (const basic_string< CharT, Traits, Alloc > &__lhs, const CharT *__rhs) |
template<typename CharT, typename Traits, typename Alloc> | |
bool | std::operator<= (const CharT *__lhs, const basic_string< CharT, Traits, Alloc > &__rhs) |
template<typename CharT, typename Traits, typename Alloc> | |
bool | std::operator>= (const basic_string< CharT, Traits, Alloc > &__lhs, const basic_string< CharT, Traits, Alloc > &__rhs) |
template<typename CharT, typename Traits, typename Alloc> | |
bool | std::operator>= (const basic_string< CharT, Traits, Alloc > &__lhs, const CharT *__rhs) |
template<typename CharT, typename Traits, typename Alloc> | |
bool | std::operator>= (const CharT *__lhs, const basic_string< CharT, Traits, Alloc > &__rhs) |
template<typename CharT, typename Traits, typename Alloc> | |
void | std::swap (basic_string< CharT, Traits, Alloc > &__lhs, basic_string< CharT, Traits, Alloc > &__rhs) |
template<typename CharT, typename Traits, typename Alloc> | |
basic_istream< CharT, Traits > & | std::operator>> (basic_istream< CharT, Traits > &__is, basic_string< CharT, Traits, Alloc > &str) |
template<typename CharT, typename Traits, typename Alloc> | |
basic_ostream< CharT, Traits > & | std::operator<< (basic_ostream< CharT, Traits > &__os, const basic_string< CharT, Traits, Alloc > &str) |
template<typename CharT, typename Traits, typename Alloc> | |
basic_istream< CharT, Traits > & | std::getline (basic_istream< CharT, Traits > &__is, basic_string< CharT, Traits, Alloc > &str, CharT __delim) |
template<typename CharT, typename Traits, typename Alloc> | |
basic_istream< CharT, Traits > & | std::getline (basic_istream< CharT, Traits > &__is, basic_string< CharT, Traits, Alloc > &str) |
Definition in file basic_string.h.