/home/ntakagi/work/STLport-5.1.5/stlport/stl/_string_sum.h File Reference
Go to the source code of this file.
|
Classes |
struct | __char_wrapper< _CharT > |
struct | __cstr_wrapper< _CharT > |
struct | __bstr_wrapper< _CharT, _Traits, _Alloc > |
struct | __on_left |
struct | __on_right |
class | __bstr_sum< _CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection > |
struct | __sum_storage_elem< _CharT, _Traits, _Alloc > |
Functions |
template<class _CharT, class _Traits, class _Alloc, class _Lh1, class _Rh1, class _StoreDir1, class _Lh2, class _Rh2, class _StoreDir2> |
__bstr_sum< _CharT, _Traits,
_Alloc, __bstr_sum< _CharT,
_Traits, _Alloc, _Lh1, _Rh1,
_StoreDir1 >, __bstr_sum<
_CharT, _Traits, _Alloc,
_Lh2, _Rh2, _StoreDir2 >,
__on_right > _STLP_CALL | operator+ (const __bstr_sum< _CharT, _Traits, _Alloc, _Lh1, _Rh1, _StoreDir1 > &__lhs, const __bstr_sum< _CharT, _Traits, _Alloc, _Lh2, _Rh2, _StoreDir2 > &__rhs) |
template<class _CharT, class _Traits, class _Alloc, class _Lh1, class _Rh1, class _StoreDir1, class _Lh2, class _Rh2, class _StoreDir2> |
bool _STLP_CALL | operator== (const __bstr_sum< _CharT, _Traits, _Alloc, _Lh1, _Rh1, _StoreDir1 > &__lhs, const __bstr_sum< _CharT, _Traits, _Alloc, _Lh2, _Rh2, _StoreDir2 > &__rhs) |
template<class _CharT, class _Traits, class _Alloc, class _Lh1, class _Rh1, class _StoreDir1, class _Lh2, class _Rh2, class _StoreDir2> |
bool _STLP_CALL | operator< (const __bstr_sum< _CharT, _Traits, _Alloc, _Lh1, _Rh1, _StoreDir1 > &__lhs, const __bstr_sum< _CharT, _Traits, _Alloc, _Lh2, _Rh2, _StoreDir2 > &__rhs) |
Function Documentation
template<class _CharT, class _Traits, class _Alloc, class _Lh1, class _Rh1, class _StoreDir1, class _Lh2, class _Rh2, class _StoreDir2>
__bstr_sum<_CharT, _Traits, _Alloc, __bstr_sum<_CharT, _Traits, _Alloc, _Lh1, _Rh1, _StoreDir1>, __bstr_sum<_CharT, _Traits, _Alloc, _Lh2, _Rh2, _StoreDir2>, __on_right> _STLP_CALL operator+ |
( |
const __bstr_sum< _CharT, _Traits, _Alloc, _Lh1, _Rh1, _StoreDir1 > & |
__lhs, |
|
|
const __bstr_sum< _CharT, _Traits, _Alloc, _Lh2, _Rh2, _StoreDir2 > & |
__rhs | |
|
) |
| | [inline] |
template<class _CharT, class _Traits, class _Alloc, class _Lh1, class _Rh1, class _StoreDir1, class _Lh2, class _Rh2, class _StoreDir2>
bool _STLP_CALL operator< |
( |
const __bstr_sum< _CharT, _Traits, _Alloc, _Lh1, _Rh1, _StoreDir1 > & |
__lhs, |
|
|
const __bstr_sum< _CharT, _Traits, _Alloc, _Lh2, _Rh2, _StoreDir2 > & |
__rhs | |
|
) |
| | [inline] |
template<class _CharT, class _Traits, class _Alloc, class _Lh1, class _Rh1, class _StoreDir1, class _Lh2, class _Rh2, class _StoreDir2>
bool _STLP_CALL operator== |
( |
const __bstr_sum< _CharT, _Traits, _Alloc, _Lh1, _Rh1, _StoreDir1 > & |
__lhs, |
|
|
const __bstr_sum< _CharT, _Traits, _Alloc, _Lh2, _Rh2, _StoreDir2 > & |
__rhs | |
|
) |
| | [inline] |
Definition at line 317 of file _string_sum.h.
References __bstr_sum< _CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection >::_M_get_storage(), and __bstr_sum< _CharT, _Traits, _Alloc, _Left, _Right, _StorageDirection >::size().
Generated on Mon Mar 10 15:32:50 2008 by
1.5.1
|