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


Public Member Functions | |
| CNilStringData () noexcept | |
| void | SetManager (_In_ IAtlStringMgr *pMgr) noexcept |
Public Member Functions inherited from ATL::CStringData | |
| void * | data () noexcept |
| void | AddRef () noexcept |
| void | Release () noexcept |
| bool | IsLocked () const noexcept |
| bool | IsShared () const noexcept |
Public Attributes | |
| wchar_t | achNil [2] |
Public Attributes inherited from ATL::CStringData | |
| IAtlStringMgr * | pStringMgr |
| int | nAllocLength |
| int | nDataLength |
| long | nRefs |
Definition at line 87 of file atlsimpstr.h.
|
inlinenoexcept |
Definition at line 91 of file atlsimpstr.h.
|
inlinenoexcept |
Definition at line 101 of file atlsimpstr.h.
Referenced by ATL::CAtlStringMgr::CAtlStringMgr().
| wchar_t ATL::CNilStringData::achNil[2] |
Definition at line 108 of file atlsimpstr.h.
Referenced by CNilStringData().