Go to the source code of this file.
Namespaces | |
| namespace | __gnu_cxx |
| namespace | std |
Defines | |
| #define | _VSTRING_TCC 1 |
Functions | |
| template<typename _CharT, typename _Traits, typename _Alloc, template< typename, typename, typename > class _Base> | |
| __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. | |
| template<typename _CharT, typename _Traits, typename _Alloc, template< typename, typename, typename > class _Base> | |
| __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. | |
| template<typename _CharT, typename _Traits, typename _Alloc, template< typename, typename, typename > class _Base> | |
| __versa_string< _CharT, _Traits, _Alloc, _Base > | __gnu_cxx::operator+ (_CharT __lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) |
| Concatenate character and string. | |
| template<typename _CharT, typename _Traits, typename _Alloc, template< typename, typename, typename > class _Base> | |
| __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. | |
| template<typename _CharT, typename _Traits, typename _Alloc, template< typename, typename, typename > class _Base> | |
| __versa_string< _CharT, _Traits, _Alloc, _Base > | __gnu_cxx::operator+ (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, _CharT __rhs) |
| Concatenate string and character. | |
| template<typename _CharT, typename _Traits, typename _Alloc, template< typename, typename, typename > class _Base> | |
| basic_istream< _CharT, _Traits > & | std::operator>> (basic_istream< _CharT, _Traits > &__is, __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > &__str) |
| Read stream into a string. | |
| template<typename _CharT, typename _Traits, typename _Alloc, template< typename, typename, typename > class _Base> | |
| basic_ostream< _CharT, _Traits > & | std::operator<< (basic_ostream< _CharT, _Traits > &__os, const __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > &__str) |
| Write string to a stream. | |
| template<typename _CharT, typename _Traits, typename _Alloc, template< typename, typename, typename > class _Base> | |
| basic_istream< _CharT, _Traits > & | std::getline (basic_istream< _CharT, _Traits > &__is, __gnu_cxx::__versa_string< _CharT, _Traits, _Alloc, _Base > &__str, _CharT __delim) |
| Read a line from stream into a string. | |
Definition in file vstring.tcc.
| #define _VSTRING_TCC 1 |
Definition at line 37 of file vstring.tcc.
1.4.7