CrystalSpace

Public API Reference

Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

csWtoC Struct Reference
[Utilities]

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

#include <csutil/util.h>

List of all members.

Public Member Functions

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


Detailed Description

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

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

   wchar_t* wstr = L"Hello World";
    ... 
   iNativeWindow* natwin =  ... ;
     natwin->SetTitle (csWtoC (wstr));

Definition at line 85 of file util.h.


Constructor & Destructor Documentation

csWtoC::csWtoC const wchar_t *  ws  )  [inline]
 

Constructor.

Stores an UTF-8 converted version of ws internally.

Definition at line 94 of file util.h.

References csStrNew().

csWtoC::~csWtoC  )  [inline]
 

Deletes the internally stored string.

Definition at line 99 of file util.h.


Member Function Documentation

csWtoC::operator const char *  )  const [inline]
 

Retrieve the converted string.

Definition at line 104 of file util.h.


The documentation for this struct was generated from the following file:
Generated for Crystal Space by doxygen 1.3.9.1