ReactOS 0.4.16-dev-122-g325d74c
|
#include <atlconv.h>
Public Member Functions | |
CW2WEX (_In_z_ LPCWSTR psz) | |
CW2WEX (_In_z_ LPCWSTR psz, _In_ UINT nCodePage) | |
~CW2WEX () noexcept | |
_Ret_z_ | operator LPWSTR () const noexcept |
Public Attributes | |
LPWSTR | m_psz |
wchar_t | m_szBuffer [t_nBufferLength] |
Private Member Functions | |
CW2WEX (_In_ const CW2WEX &) noexcept=delete | |
CW2WEX & | operator= (_In_ const CW2WEX &) noexcept=delete |
void | Init (_In_z_ LPCWSTR psz) |
|
inline |
|
inline |
|
inlinenoexcept |
|
privatedeletenoexcept |
|
inlineprivate |
Definition at line 161 of file atlconv.h.
|
inlinenoexcept |
|
privatedeletenoexcept |
LPWSTR ATL::CW2WEX< t_nBufferLength >::m_psz |
Definition at line 131 of file atlconv.h.
Referenced by ATL::CW2WEX< t_nBufferLength >::Init(), ATL::CW2WEX< t_nBufferLength >::operator LPWSTR(), START_TEST(), and ATL::CW2WEX< t_nBufferLength >::~CW2WEX().
wchar_t ATL::CW2WEX< t_nBufferLength >::m_szBuffer[t_nBufferLength] |
Definition at line 132 of file atlconv.h.
Referenced by ATL::CW2WEX< t_nBufferLength >::Init(), START_TEST(), and ATL::CW2WEX< t_nBufferLength >::~CW2WEX().