/home/ntakagi/work/STLport-5.1.5/stlport/stl/_string_operators.h File Reference
Go to the source code of this file.
|
Functions |
template<class _CharT, class _Traits, class _Alloc> |
_STLP_BEGIN_NAMESPACE basic_string<
_CharT, _Traits, _Alloc
> _STLP_CALL | operator+ (const basic_string< _CharT, _Traits, _Alloc > &__s, const basic_string< _CharT, _Traits, _Alloc > &__y) |
template<class _CharT, class _Traits, class _Alloc> |
basic_string< _CharT, _Traits,
_Alloc > _STLP_CALL | operator+ (const _CharT *__s, const basic_string< _CharT, _Traits, _Alloc > &__y) |
template<class _CharT, class _Traits, class _Alloc> |
basic_string< _CharT, _Traits,
_Alloc > _STLP_CALL | operator+ (_CharT __c, const basic_string< _CharT, _Traits, _Alloc > &__y) |
template<class _CharT, class _Traits, class _Alloc> |
basic_string< _CharT, _Traits,
_Alloc > _STLP_CALL | operator+ (const basic_string< _CharT, _Traits, _Alloc > &__x, const _CharT *__s) |
template<class _CharT, class _Traits, class _Alloc> |
basic_string< _CharT, _Traits,
_Alloc > _STLP_CALL | operator+ (const basic_string< _CharT, _Traits, _Alloc > &__x, const _CharT __c) |
template<class _CharT, class _Traits, class _Alloc> |
bool _STLP_CALL | operator== (const basic_string< _CharT, _Traits, _Alloc > &__x, const basic_string< _CharT, _Traits, _Alloc > &__y) |
template<class _CharT, class _Traits, class _Alloc> |
bool _STLP_CALL | operator== (const _CharT *__s, const basic_string< _CharT, _Traits, _Alloc > &__y) |
template<class _CharT, class _Traits, class _Alloc> |
bool _STLP_CALL | operator== (const basic_string< _CharT, _Traits, _Alloc > &__x, const _CharT *__s) |
template<class _CharT, class _Traits, class _Alloc> |
bool _STLP_CALL | operator< (const basic_string< _CharT, _Traits, _Alloc > &__x, const basic_string< _CharT, _Traits, _Alloc > &__y) |
template<class _CharT, class _Traits, class _Alloc> |
bool _STLP_CALL | operator< (const _CharT *__s, const basic_string< _CharT, _Traits, _Alloc > &__y) |
template<class _CharT, class _Traits, class _Alloc> |
bool _STLP_CALL | operator< (const basic_string< _CharT, _Traits, _Alloc > &__x, const _CharT *__s) |
template<class _CharT, class _Traits, class _Alloc> |
bool _STLP_CALL | operator!= (const _CharT *__s, const basic_string< _CharT, _Traits, _Alloc > &__y) |
template<class _CharT, class _Traits, class _Alloc> |
bool _STLP_CALL | operator!= (const basic_string< _CharT, _Traits, _Alloc > &__x, const _CharT *__s) |
template<class _CharT, class _Traits, class _Alloc> |
bool _STLP_CALL | operator> (const _CharT *__s, const basic_string< _CharT, _Traits, _Alloc > &__y) |
template<class _CharT, class _Traits, class _Alloc> |
bool _STLP_CALL | operator> (const basic_string< _CharT, _Traits, _Alloc > &__x, const _CharT *__s) |
template<class _CharT, class _Traits, class _Alloc> |
bool _STLP_CALL | operator<= (const _CharT *__s, const basic_string< _CharT, _Traits, _Alloc > &__y) |
template<class _CharT, class _Traits, class _Alloc> |
bool _STLP_CALL | operator<= (const basic_string< _CharT, _Traits, _Alloc > &__x, const _CharT *__s) |
template<class _CharT, class _Traits, class _Alloc> |
bool _STLP_CALL | operator>= (const _CharT *__s, const basic_string< _CharT, _Traits, _Alloc > &__y) |
template<class _CharT, class _Traits, class _Alloc> |
bool _STLP_CALL | operator>= (const basic_string< _CharT, _Traits, _Alloc > &__x, const _CharT *__s) |
Function Documentation
template<class _CharT, class _Traits, class _Alloc>
bool _STLP_CALL operator!= |
( |
const basic_string< _CharT, _Traits, _Alloc > & |
__x, |
|
|
const _CharT * |
__s | |
|
) |
| | [inline] |
template<class _CharT, class _Traits, class _Alloc>
bool _STLP_CALL operator!= |
( |
const _CharT * |
__s, |
|
|
const basic_string< _CharT, _Traits, _Alloc > & |
__y | |
|
) |
| | [inline] |
template<class _CharT, class _Traits, class _Alloc>
basic_string<_CharT,_Traits,_Alloc> _STLP_CALL operator+ |
( |
const basic_string< _CharT, _Traits, _Alloc > & |
__x, |
|
|
const _CharT |
__c | |
|
) |
| | [inline] |
template<class _CharT, class _Traits, class _Alloc>
basic_string<_CharT,_Traits,_Alloc> _STLP_CALL operator+ |
( |
const basic_string< _CharT, _Traits, _Alloc > & |
__x, |
|
|
const _CharT * |
__s | |
|
) |
| | [inline] |
template<class _CharT, class _Traits, class _Alloc>
basic_string<_CharT,_Traits,_Alloc> _STLP_CALL operator+ |
( |
_CharT |
__c, |
|
|
const basic_string< _CharT, _Traits, _Alloc > & |
__y | |
|
) |
| | [inline] |
template<class _CharT, class _Traits, class _Alloc>
basic_string<_CharT,_Traits,_Alloc> _STLP_CALL operator+ |
( |
const _CharT * |
__s, |
|
|
const basic_string< _CharT, _Traits, _Alloc > & |
__y | |
|
) |
| | [inline] |
template<class _CharT, class _Traits, class _Alloc>
_STLP_BEGIN_NAMESPACE basic_string<_CharT,_Traits,_Alloc> _STLP_CALL operator+ |
( |
const basic_string< _CharT, _Traits, _Alloc > & |
__s, |
|
|
const basic_string< _CharT, _Traits, _Alloc > & |
__y | |
|
) |
| | [inline] |
template<class _CharT, class _Traits, class _Alloc>
bool _STLP_CALL operator< |
( |
const basic_string< _CharT, _Traits, _Alloc > & |
__x, |
|
|
const _CharT * |
__s | |
|
) |
| | [inline] |
template<class _CharT, class _Traits, class _Alloc>
bool _STLP_CALL operator< |
( |
const _CharT * |
__s, |
|
|
const basic_string< _CharT, _Traits, _Alloc > & |
__y | |
|
) |
| | [inline] |
template<class _CharT, class _Traits, class _Alloc>
bool _STLP_CALL operator< |
( |
const basic_string< _CharT, _Traits, _Alloc > & |
__x, |
|
|
const basic_string< _CharT, _Traits, _Alloc > & |
__y | |
|
) |
| | [inline] |
template<class _CharT, class _Traits, class _Alloc>
bool _STLP_CALL operator<= |
( |
const basic_string< _CharT, _Traits, _Alloc > & |
__x, |
|
|
const _CharT * |
__s | |
|
) |
| | [inline] |
template<class _CharT, class _Traits, class _Alloc>
bool _STLP_CALL operator<= |
( |
const _CharT * |
__s, |
|
|
const basic_string< _CharT, _Traits, _Alloc > & |
__y | |
|
) |
| | [inline] |
template<class _CharT, class _Traits, class _Alloc>
bool _STLP_CALL operator== |
( |
const basic_string< _CharT, _Traits, _Alloc > & |
__x, |
|
|
const _CharT * |
__s | |
|
) |
| | [inline] |
template<class _CharT, class _Traits, class _Alloc>
bool _STLP_CALL operator== |
( |
const _CharT * |
__s, |
|
|
const basic_string< _CharT, _Traits, _Alloc > & |
__y | |
|
) |
| | [inline] |
template<class _CharT, class _Traits, class _Alloc>
bool _STLP_CALL operator== |
( |
const basic_string< _CharT, _Traits, _Alloc > & |
__x, |
|
|
const basic_string< _CharT, _Traits, _Alloc > & |
__y | |
|
) |
| | [inline] |
template<class _CharT, class _Traits, class _Alloc>
bool _STLP_CALL operator> |
( |
const basic_string< _CharT, _Traits, _Alloc > & |
__x, |
|
|
const _CharT * |
__s | |
|
) |
| | [inline] |
template<class _CharT, class _Traits, class _Alloc>
bool _STLP_CALL operator> |
( |
const _CharT * |
__s, |
|
|
const basic_string< _CharT, _Traits, _Alloc > & |
__y | |
|
) |
| | [inline] |
template<class _CharT, class _Traits, class _Alloc>
bool _STLP_CALL operator>= |
( |
const basic_string< _CharT, _Traits, _Alloc > & |
__x, |
|
|
const _CharT * |
__s | |
|
) |
| | [inline] |
template<class _CharT, class _Traits, class _Alloc>
bool _STLP_CALL operator>= |
( |
const _CharT * |
__s, |
|
|
const basic_string< _CharT, _Traits, _Alloc > & |
__y | |
|
) |
| | [inline] |
Generated on Mon Mar 10 15:32:50 2008 by
1.5.1
|