Core::WIDE2ANSI Class Reference

The class used to do the conversion from Wide to ANSI via the X2Y() macros. More...

#include <AnsiWide.hpp>

List of all members.

Public Member Functions

 WIDE2ANSI (const wchar_t *psz)
 Construct from a wide string.
 WIDE2ANSI (const std::wstring &str)
 Construct from a wide string.
 ~WIDE2ANSI ()
 Destructor.
 operator const char * () const
 Conversion operator for an ANSI string.

Private Attributes

char * m_psz


Detailed Description

The class used to do the conversion from Wide to ANSI via the X2Y() macros.


Constructor & Destructor Documentation

Core::WIDE2ANSI::WIDE2ANSI ( const wchar_t *  psz  ) 

Construct from a wide string.

Core::WIDE2ANSI::WIDE2ANSI ( const std::wstring &  str  )  [explicit]

Construct from a wide string.

Core::WIDE2ANSI::~WIDE2ANSI (  )  [inline]

Destructor.


Member Function Documentation

Core::WIDE2ANSI::operator const char * (  )  const [inline]

Conversion operator for an ANSI string.


Member Data Documentation

char* Core::WIDE2ANSI::m_psz [private]


The documentation for this class was generated from the following files:
Generated on Wed Feb 13 22:53:28 2008 for Core Library by  doxygen 1.5.2