nnfwString Class Reference

List of all members.

Constructors

 nnfwString ()
 ~nnfwString ()
 nnfwString (const nnfwString &)
 nnfwString (int)
 nnfwString (unsigned int)
 nnfwString (double)
 nnfwString (float)
 nnfwString (char)
 nnfwString (const char *)

Interface

nnfwStringappend (const nnfwString &p)
nnfwStringoperator= (const nnfwString &left)
bool operator== (const nnfwString &left)
const char * toUtf8 () const

Detailed Description

A String class that supports Unicode encodings


Constructor & Destructor Documentation

nnfwString (  ) 

Construct an empty nnfwString

~nnfwString (  ) 

destructor

nnfwString ( const nnfwString  ) 

Copy-Constructor

nnfwString ( int   ) 

Converter

nnfwString ( unsigned  int  ) 

Converter

nnfwString ( double   ) 

Converter

nnfwString ( float   ) 

Converter

nnfwString ( char   ) 

Converter

nnfwString ( const char *   ) 

Converter (it suppose an ASCII encoding)


Member Function Documentation

nnfwString& append ( const nnfwString p  ) 

append a nnfwString to this

nnfwString& operator= ( const nnfwString left  ) 

assignment operator

bool operator== ( const nnfwString left  ) 

return true is strings are equals

const char* toUtf8 (  )  const

return the UTF8 representation


The documentation for this class was generated from the following file:
BerliOS Developer Logo Valid XHTML 1.0 Transitional Valid CSS!