ReactOS 0.4.16-dev-433-g6363f78
|
#include <_string_sum.h>
Public Types | |
typedef const _CharT & | const_reference |
Public Member Functions | |
__cstr_wrapper (const _CharT *__cstr, size_t __size) | |
const _CharT * | c_str () const |
size_t | size () const |
const_reference | operator[] (size_t __n) const |
Private Attributes | |
const _CharT * | _CStr |
size_t | _Size |
Definition at line 44 of file _string_sum.h.
typedef const _CharT& __cstr_wrapper< _CharT >::const_reference |
Definition at line 45 of file _string_sum.h.
|
inline |
Definition at line 47 of file _string_sum.h.
|
inline |
Definition at line 50 of file _string_sum.h.
|
inline |
Definition at line 54 of file _string_sum.h.
|
inline |
Definition at line 52 of file _string_sum.h.
|
private |
Definition at line 57 of file _string_sum.h.
Referenced by __cstr_wrapper< _CharT >::c_str(), and __cstr_wrapper< _CharT >::operator[]().
|
private |
Definition at line 58 of file _string_sum.h.
Referenced by __cstr_wrapper< _CharT >::size().