libstdc++
|
Go to the source code of this file.
Namespaces | |
namespace | __gnu_cxx |
namespace | std |
Functions | |
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) |
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) |
template<typename _CharT, typename _Traits, typename _Alloc, template< typename, typename, typename > class _Base> | |
bool | __gnu_cxx::operator!= (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) |
template<typename _CharT, typename _Traits, typename _Alloc, template< typename, typename, typename > class _Base> | |
bool | __gnu_cxx::operator!= (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const _CharT *__rhs) |
template<typename _CharT, typename _Traits, typename _Alloc, template< typename, typename, typename > class _Base> | |
bool | __gnu_cxx::operator!= (const _CharT *__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) |
template<typename _CharT, typename _Traits, typename _Alloc, template< typename, typename, typename > class _Base> | |
__versa_string< _CharT, _Traits, _Alloc, _Base > | __gnu_cxx::operator+ (__versa_string< _CharT, _Traits, _Alloc, _Base > &&__lhs, __versa_string< _CharT, _Traits, _Alloc, _Base > &&__rhs) |
template<typename _CharT, typename _Traits, typename _Alloc, template< typename, typename, typename > class _Base> | |
__versa_string< _CharT, _Traits, _Alloc, _Base > | __gnu_cxx::operator+ (__versa_string< _CharT, _Traits, _Alloc, _Base > &&__lhs, _CharT __rhs) |
template<typename _CharT, typename _Traits, typename _Alloc, template< typename, typename, typename > class _Base> | |
__versa_string< _CharT, _Traits, _Alloc, _Base > | __gnu_cxx::operator+ (__versa_string< _CharT, _Traits, _Alloc, _Base > &&__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) |
template<typename _CharT, typename _Traits, typename _Alloc, template< typename, typename, typename > class _Base> | |
__versa_string< _CharT, _Traits, _Alloc, _Base > | __gnu_cxx::operator+ (__versa_string< _CharT, _Traits, _Alloc, _Base > &&__lhs, const _CharT *__rhs) |
template<typename _CharT, typename _Traits, typename _Alloc, template< typename, typename, typename > class _Base> | |
__versa_string< _CharT, _Traits, _Alloc, _Base > | __gnu_cxx::operator+ (_CharT __lhs, __versa_string< _CharT, _Traits, _Alloc, _Base > &&__rhs) |
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) |
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, __versa_string< _CharT, _Traits, _Alloc, _Base > &&__rhs) |
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) |
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) |
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) |
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, __versa_string< _CharT, _Traits, _Alloc, _Base > &&__rhs) |
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) |
template<typename _CharT, typename _Traits, typename _Alloc, template< typename, typename, typename > class _Base> | |
bool | __gnu_cxx::operator< (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) |
template<typename _CharT, typename _Traits, typename _Alloc, template< typename, typename, typename > class _Base> | |
bool | __gnu_cxx::operator< (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const _CharT *__rhs) |
template<typename _CharT, typename _Traits, typename _Alloc, template< typename, typename, typename > class _Base> | |
bool | __gnu_cxx::operator< (const _CharT *__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) |
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) |
template<typename _CharT, typename _Traits, typename _Alloc, template< typename, typename, typename > class _Base> | |
bool | __gnu_cxx::operator<= (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) |
template<typename _CharT, typename _Traits, typename _Alloc, template< typename, typename, typename > class _Base> | |
bool | __gnu_cxx::operator<= (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const _CharT *__rhs) |
template<typename _CharT, typename _Traits, typename _Alloc, template< typename, typename, typename > class _Base> | |
bool | __gnu_cxx::operator<= (const _CharT *__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) |
template<typename _CharT, typename _Traits, typename _Alloc, template< typename, typename, typename > class _Base> | |
bool | __gnu_cxx::operator== (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) |
template<typename _CharT, typename _Traits, typename _Alloc, template< typename, typename, typename > class _Base> | |
bool | __gnu_cxx::operator== (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const _CharT *__rhs) |
template<typename _CharT, typename _Traits, typename _Alloc, template< typename, typename, typename > class _Base> | |
bool | __gnu_cxx::operator== (const _CharT *__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) |
template<typename _CharT, typename _Traits, typename _Alloc, template< typename, typename, typename > class _Base> | |
bool | __gnu_cxx::operator> (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) |
template<typename _CharT, typename _Traits, typename _Alloc, template< typename, typename, typename > class _Base> | |
bool | __gnu_cxx::operator> (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const _CharT *__rhs) |
template<typename _CharT, typename _Traits, typename _Alloc, template< typename, typename, typename > class _Base> | |
bool | __gnu_cxx::operator> (const _CharT *__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) |
template<typename _CharT, typename _Traits, typename _Alloc, template< typename, typename, typename > class _Base> | |
bool | __gnu_cxx::operator>= (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) |
template<typename _CharT, typename _Traits, typename _Alloc, template< typename, typename, typename > class _Base> | |
bool | __gnu_cxx::operator>= (const __versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, const _CharT *__rhs) |
template<typename _CharT, typename _Traits, typename _Alloc, template< typename, typename, typename > class _Base> | |
bool | __gnu_cxx::operator>= (const _CharT *__lhs, const __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) |
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) |
double | __gnu_cxx::stod (const __vstring &__str, std::size_t *__idx=0) |
double | __gnu_cxx::stod (const __wvstring &__str, std::size_t *__idx=0) |
float | __gnu_cxx::stof (const __vstring &__str, std::size_t *__idx=0) |
float | __gnu_cxx::stof (const __wvstring &__str, std::size_t *__idx=0) |
int | __gnu_cxx::stoi (const __vstring &__str, std::size_t *__idx=0, int __base=10) |
int | __gnu_cxx::stoi (const __wvstring &__str, std::size_t *__idx=0, int __base=10) |
long | __gnu_cxx::stol (const __vstring &__str, std::size_t *__idx=0, int __base=10) |
long | __gnu_cxx::stol (const __wvstring &__str, std::size_t *__idx=0, int __base=10) |
long double | __gnu_cxx::stold (const __vstring &__str, std::size_t *__idx=0) |
long double | __gnu_cxx::stold (const __wvstring &__str, std::size_t *__idx=0) |
long long | __gnu_cxx::stoll (const __vstring &__str, std::size_t *__idx=0, int __base=10) |
long long | __gnu_cxx::stoll (const __wvstring &__str, std::size_t *__idx=0, int __base=10) |
unsigned long | __gnu_cxx::stoul (const __vstring &__str, std::size_t *__idx=0, int __base=10) |
unsigned long | __gnu_cxx::stoul (const __wvstring &__str, std::size_t *__idx=0, int __base=10) |
unsigned long long | __gnu_cxx::stoull (const __vstring &__str, std::size_t *__idx, int __base=10) |
unsigned long long | __gnu_cxx::stoull (const __wvstring &__str, std::size_t *__idx=0, int __base=10) |
template<typename _CharT, typename _Traits, typename _Alloc, template< typename, typename, typename > class _Base> | |
void | __gnu_cxx::swap (__versa_string< _CharT, _Traits, _Alloc, _Base > &__lhs, __versa_string< _CharT, _Traits, _Alloc, _Base > &__rhs) |
__vstring | __gnu_cxx::to_string (double __val) |
__vstring | __gnu_cxx::to_string (float __val) |
__vstring | __gnu_cxx::to_string (int __val) |
__vstring | __gnu_cxx::to_string (long __val) |
__vstring | __gnu_cxx::to_string (long double __val) |
__vstring | __gnu_cxx::to_string (long long __val) |
__vstring | __gnu_cxx::to_string (unsigned __val) |
__vstring | __gnu_cxx::to_string (unsigned long __val) |
__vstring | __gnu_cxx::to_string (unsigned long long __val) |
__wvstring | __gnu_cxx::to_wstring (double __val) |
__wvstring | __gnu_cxx::to_wstring (float __val) |
__wvstring | __gnu_cxx::to_wstring (int __val) |
__wvstring | __gnu_cxx::to_wstring (long __val) |
__wvstring | __gnu_cxx::to_wstring (long double __val) |
__wvstring | __gnu_cxx::to_wstring (long long __val) |
__wvstring | __gnu_cxx::to_wstring (unsigned __val) |
__wvstring | __gnu_cxx::to_wstring (unsigned long __val) |
__wvstring | __gnu_cxx::to_wstring (unsigned long long __val) |
This file is a GNU extension to the Standard C++ Library.
Definition in file vstring.h.