|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <_string_sum.h>

Public Types | |
| typedef const _CharT & | const_reference |
| typedef basic_string< _CharT, _Traits, _Alloc > | _BString |
Public Member Functions | |
| __bstr_wrapper (_BString const &__s) | |
| size_t | size () const |
| const_reference | operator[] (size_t __n) const |
| _BString const & | b_str () const |
Private Attributes | |
| _BString const & | _BStr |
Definition at line 63 of file _string_sum.h.
| typedef basic_string<_CharT, _Traits, _Alloc> __bstr_wrapper< _CharT, _Traits, _Alloc >::_BString |
Definition at line 65 of file _string_sum.h.
| typedef const _CharT& __bstr_wrapper< _CharT, _Traits, _Alloc >::const_reference |
Definition at line 64 of file _string_sum.h.
|
inline |
Definition at line 67 of file _string_sum.h.
|
inline |
Definition at line 74 of file _string_sum.h.
|
inline |
Definition at line 72 of file _string_sum.h.
|
inline |
Definition at line 70 of file _string_sum.h.
|
private |
Definition at line 77 of file _string_sum.h.
Referenced by __bstr_wrapper< _CharT, _Traits, _Alloc >::b_str(), __bstr_wrapper< _CharT, _Traits, _Alloc >::operator[](), and __bstr_wrapper< _CharT, _Traits, _Alloc >::size().