ReactOS 0.4.16-dev-320-g3bd9ddc
|
#include <_string_sum.h>
Public Types | |
typedef __sum_storage_elem< _CharT, _Traits, _Alloc > | _Self |
typedef basic_string< _CharT, _Traits, _Alloc > | _BString |
Public Member Functions | |
__sum_storage_elem (_Alloc __alloc) | |
template<class _Left , class _Right , class _StorageDir > | |
void | _M_Init (__bstr_sum< _CharT, _Traits, _Alloc, _Left, _Right, _StorageDir > const &__ref) const |
template<class _Left , class _Right , class _StorageDir > | |
_BString const & | _M_get_storage (__bstr_sum< _CharT, _Traits, _Alloc, _Left, _Right, _StorageDir > const &__ref, bool __do_init) const |
template<class _Left , class _Right , class _StorageDir > | |
_BString & | _M_get_storage (__bstr_sum< _CharT, _Traits, _Alloc, _Left, _Right, _StorageDir > const &__ref) |
size_t | size () const |
_CharT const & | operator[] (size_t __n) const |
Private Attributes | |
bool | _M_init |
basic_string< _CharT, _Traits, _Alloc > | _M_storage |
Definition at line 372 of file _string_sum.h.
typedef basic_string<_CharT, _Traits, _Alloc> __sum_storage_elem< _CharT, _Traits, _Alloc >::_BString |
Definition at line 374 of file _string_sum.h.
typedef __sum_storage_elem<_CharT, _Traits, _Alloc> __sum_storage_elem< _CharT, _Traits, _Alloc >::_Self |
Definition at line 373 of file _string_sum.h.
|
inline |
Definition at line 376 of file _string_sum.h.
|
inline |
Definition at line 396 of file _string_sum.h.
|
inline |
Definition at line 388 of file _string_sum.h.
|
inline |
Definition at line 380 of file _string_sum.h.
Referenced by __sum_storage_elem< _CharT, _Traits, _Alloc >::_M_get_storage().
|
inline |
Definition at line 402 of file _string_sum.h.
|
inline |
Definition at line 401 of file _string_sum.h.
|
mutableprivate |
Definition at line 406 of file _string_sum.h.
Referenced by __sum_storage_elem< _CharT, _Traits, _Alloc >::_M_Init().
|
mutableprivate |
Definition at line 407 of file _string_sum.h.
Referenced by __sum_storage_elem< _CharT, _Traits, _Alloc >::_M_get_storage(), and __sum_storage_elem< _CharT, _Traits, _Alloc >::_M_Init().