Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

ps
CStrW

   in CStr.cpp

CStrW


Constructor Summary
CStrW( const CStr8& asciStr )
          File : CStr.
 
Method Summary
 CStr8 ToUTF8() const
          Convert CStr to UTF-8
 

Constructor Detail

CStrW

 CStrW( const CStr8& asciStr );
File : CStr.cpp Project : engine Description : Controls compilation of CStr class and : includes some function implementations.


Method Detail

ToUTF8

 CStr8 ToUTF8() const;
Convert CStr to UTF-8
Returns:
CStr8 converted string

 Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
Generated on September 04, 2007 at 18:13
CppDoc v2.4.0
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD