|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <atlconv.h>
Public Member Functions | |
| CA2AEX (_In_z_ LPCSTR psz) | |
| CA2AEX (_In_z_ LPCSTR psz, _In_ UINT nCodePage) | |
| ~CA2AEX () noexcept | |
| _Ret_z_ | operator LPSTR () const noexcept |
Public Attributes | |
| LPSTR | m_psz |
| char | m_szBuffer [t_nBufferLength] |
Private Member Functions | |
| CA2AEX (_In_ const CA2AEX &) noexcept=delete | |
| CA2AEX & | operator= (_In_ const CA2AEX &) noexcept=delete |
| void | Init (_In_z_ LPCSTR psz) |
|
inline |
|
inline |
|
inlinenoexcept |
|
privatedeletenoexcept |
|
inlineprivate |
Definition at line 100 of file atlconv.h.
|
inlinenoexcept |
|
privatedeletenoexcept |
| LPSTR ATL::CA2AEX< t_nBufferLength >::m_psz |
Definition at line 70 of file atlconv.h.
Referenced by ATL::CA2AEX< t_nBufferLength >::Init(), ATL::CA2AEX< t_nBufferLength >::operator LPSTR(), START_TEST(), and ATL::CA2AEX< t_nBufferLength >::~CA2AEX().
| char ATL::CA2AEX< t_nBufferLength >::m_szBuffer[t_nBufferLength] |
Definition at line 71 of file atlconv.h.
Referenced by ATL::CA2AEX< t_nBufferLength >::Init(), START_TEST(), and ATL::CA2AEX< t_nBufferLength >::~CA2AEX().