ReactOS 0.4.16-dev-820-g96aa1ee
|
#include <atlconv.h>
Public Member Functions | |
CW2AEX (_In_z_ LPCWSTR psz) | |
CW2AEX (_In_z_ LPCWSTR psz, _In_ UINT nCodePage) | |
~CW2AEX () noexcept | |
_Ret_z_ | operator LPSTR () const noexcept |
Public Attributes | |
LPSTR | m_psz |
char | m_szBuffer [t_nBufferLength] |
Private Member Functions | |
CW2AEX (_In_ const CW2AEX &) noexcept=delete | |
CW2AEX & | operator= (_In_ const CW2AEX &) noexcept=delete |
void | Init (_In_z_ LPCWSTR psz, _In_ UINT nConvertCodePage) |
|
inline |
|
inlinenoexcept |
|
privatedeletenoexcept |
|
inlineprivate |
Definition at line 288 of file atlconv.h.
|
inlinenoexcept |
|
privatedeletenoexcept |
LPSTR ATL::CW2AEX< t_nBufferLength >::m_psz |
Definition at line 259 of file atlconv.h.
Referenced by ATL::CW2AEX< t_nBufferLength >::Init(), ATL::CW2AEX< t_nBufferLength >::operator LPSTR(), START_TEST(), and ATL::CW2AEX< t_nBufferLength >::~CW2AEX().
char ATL::CW2AEX< t_nBufferLength >::m_szBuffer[t_nBufferLength] |
Definition at line 260 of file atlconv.h.
Referenced by ATL::CW2AEX< t_nBufferLength >::Init(), START_TEST(), and ATL::CW2AEX< t_nBufferLength >::~CW2AEX().