/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]

Definition at line 473 of file _string_operators.h.

References _STLP_FIX_LITERAL_BUG.

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

Definition at line 465 of file _string_operators.h.

References _STLP_FIX_LITERAL_BUG.

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]

Definition at line 351 of file _string_operators.h.

template<class _CharT, class _Traits, class _Alloc>
bool _STLP_CALL operator<= ( const basic_string< _CharT, _Traits, _Alloc > &  __x,
const _CharT *  __s 
) [inline]

Definition at line 541 of file _string_operators.h.

References _STLP_FIX_LITERAL_BUG.

template<class _CharT, class _Traits, class _Alloc>
bool _STLP_CALL operator<= ( const _CharT *  __s,
const basic_string< _CharT, _Traits, _Alloc > &  __y 
) [inline]

Definition at line 533 of file _string_operators.h.

References _STLP_FIX_LITERAL_BUG.

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]

Definition at line 507 of file _string_operators.h.

References _STLP_FIX_LITERAL_BUG.

template<class _CharT, class _Traits, class _Alloc>
bool _STLP_CALL operator> ( const _CharT *  __s,
const basic_string< _CharT, _Traits, _Alloc > &  __y 
) [inline]

Definition at line 499 of file _string_operators.h.

References _STLP_FIX_LITERAL_BUG.

template<class _CharT, class _Traits, class _Alloc>
bool _STLP_CALL operator>= ( const basic_string< _CharT, _Traits, _Alloc > &  __x,
const _CharT *  __s 
) [inline]

Definition at line 575 of file _string_operators.h.

References _STLP_FIX_LITERAL_BUG.

template<class _CharT, class _Traits, class _Alloc>
bool _STLP_CALL operator>= ( const _CharT *  __s,
const basic_string< _CharT, _Traits, _Alloc > &  __y 
) [inline]

Definition at line 567 of file _string_operators.h.

References _STLP_FIX_LITERAL_BUG.



Generated on Mon Mar 10 15:32:50 2008 by  doxygen 1.5.1