CrystalSpace

Public API Reference

csCtoW Struct Reference
[Utilities]

Helper class to convert char* (UTF-8 encoded )to wchar_t* strings for use as function parameters. More...

#include <csutil/util.h>

List of all members.

Public Member Functions

 csCtoW (const char *s)
 Constructor.
 operator const wchar_t * () const
 Retrieve the converted string.
 ~csCtoW ()
 Deletes the internally stored string.

Detailed Description

Helper class to convert char* (UTF-8 encoded )to wchar_t* strings for use as function parameters.

Use of this helper class is more convenient than a csStrNewW() / delete[] pair, but essentially does the same (with the convenience of automatic cleanup).

Definition at line 191 of file util.h.


Constructor & Destructor Documentation

csCtoW::csCtoW ( const char *  s  )  [inline]

Constructor.

Stores an UTF-16 converted version of s internally.

Definition at line 200 of file util.h.

csCtoW::~csCtoW (  )  [inline]

Deletes the internally stored string.

Definition at line 205 of file util.h.


Member Function Documentation

csCtoW::operator const wchar_t * (  )  const [inline]

Retrieve the converted string.

Definition at line 210 of file util.h.


The documentation for this struct was generated from the following file:

Generated for Crystal Space 2.0 by doxygen 1.6.1