_string.h File Reference

NONSHARABLE_CLASS ( basic_string )

NONSHARABLE_CLASS(basic_string)

operator+ ( const basic_string< _CharT, _Traits, _Alloc > &, const basic_string< _CharT, _Traits, _Alloc > & )

basic_string< _CharT, _Traits, _Alloc > _STLP_CALLoperator+(const basic_string< _CharT, _Traits, _Alloc > &__s,
const basic_string< _CharT, _Traits, _Alloc > &__y
)[inline]

operator+ ( const _CharT *, const basic_string< _CharT, _Traits, _Alloc > & )

basic_string< _CharT, _Traits, _Alloc > _STLP_CALLoperator+(const _CharT *__s,
const basic_string< _CharT, _Traits, _Alloc > &__y
)[inline]

operator+ ( _CharT, const basic_string< _CharT, _Traits, _Alloc > & )

basic_string< _CharT, _Traits, _Alloc > _STLP_CALLoperator+(_CharT__c,
const basic_string< _CharT, _Traits, _Alloc > &__y
)[inline]

operator+ ( const basic_string< _CharT, _Traits, _Alloc > &, const _CharT * )

basic_string< _CharT, _Traits, _Alloc > _STLP_CALLoperator+(const basic_string< _CharT, _Traits, _Alloc > &__x,
const _CharT *__s
)[inline]

operator+ ( const basic_string< _CharT, _Traits, _Alloc > &, const _CharT )

basic_string< _CharT, _Traits, _Alloc > _STLP_CALLoperator+(const basic_string< _CharT, _Traits, _Alloc > &__x,
const _CharT__c
)[inline]

operator== ( const basic_string< _CharT, _Traits, _Alloc > &, const basic_string< _CharT, _Traits, _Alloc > & )

bool _STLP_CALLoperator==(const basic_string< _CharT, _Traits, _Alloc > &__x,
const basic_string< _CharT, _Traits, _Alloc > &__y
)[inline]

operator== ( const _CharT *, const basic_string< _CharT, _Traits, _Alloc > & )

bool _STLP_CALLoperator==(const _CharT *__s,
const basic_string< _CharT, _Traits, _Alloc > &__y
)[inline]

operator== ( const basic_string< _CharT, _Traits, _Alloc > &, const _CharT * )

bool _STLP_CALLoperator==(const basic_string< _CharT, _Traits, _Alloc > &__x,
const _CharT *__s
)[inline]

operator< ( const basic_string< _CharT, _Traits, _Alloc > &, const basic_string< _CharT, _Traits, _Alloc > & )

bool _STLP_CALLoperator<(const basic_string< _CharT, _Traits, _Alloc > &__x,
const basic_string< _CharT, _Traits, _Alloc > &__y
)[inline]

operator< ( const _CharT *, const basic_string< _CharT, _Traits, _Alloc > & )

bool _STLP_CALLoperator<(const _CharT *__s,
const basic_string< _CharT, _Traits, _Alloc > &__y
)[inline]

operator< ( const basic_string< _CharT, _Traits, _Alloc > &, const _CharT * )

bool _STLP_CALLoperator<(const basic_string< _CharT, _Traits, _Alloc > &__x,
const _CharT *__s
)[inline]

operator!= ( const _CharT *, const basic_string< _CharT, _Traits, _Alloc > & )

bool _STLP_CALLoperator!=(const _CharT *__s,
const basic_string< _CharT, _Traits, _Alloc > &__y
)[inline]

operator!= ( const basic_string< _CharT, _Traits, _Alloc > &, const _CharT * )

bool _STLP_CALLoperator!=(const basic_string< _CharT, _Traits, _Alloc > &__x,
const _CharT *__s
)[inline]

operator> ( const _CharT *, const basic_string< _CharT, _Traits, _Alloc > & )

bool _STLP_CALLoperator>(const _CharT *__s,
const basic_string< _CharT, _Traits, _Alloc > &__y
)[inline]

operator> ( const basic_string< _CharT, _Traits, _Alloc > &, const _CharT * )

bool _STLP_CALLoperator>(const basic_string< _CharT, _Traits, _Alloc > &__x,
const _CharT *__s
)[inline]

operator<= ( const _CharT *, const basic_string< _CharT, _Traits, _Alloc > & )

bool _STLP_CALLoperator<=(const _CharT *__s,
const basic_string< _CharT, _Traits, _Alloc > &__y
)[inline]

operator<= ( const basic_string< _CharT, _Traits, _Alloc > &, const _CharT * )

bool _STLP_CALLoperator<=(const basic_string< _CharT, _Traits, _Alloc > &__x,
const _CharT *__s
)[inline]

operator>= ( const _CharT *, const basic_string< _CharT, _Traits, _Alloc > & )

bool _STLP_CALLoperator>=(const _CharT *__s,
const basic_string< _CharT, _Traits, _Alloc > &__y
)[inline]

operator>= ( const basic_string< _CharT, _Traits, _Alloc > &, const _CharT * )

bool _STLP_CALLoperator>=(const basic_string< _CharT, _Traits, _Alloc > &__x,
const _CharT *__s
)[inline]

_S_string_copy ( const basic_string< _CharT, _Traits, _Alloc > &, _CharT *, size_t )

void _STLP_CALL_S_string_copy(const basic_string< _CharT, _Traits, _Alloc > &__s,
_CharT *__buf,
size_t__n
)