# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
Documentation  
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  

ucstring Class Reference

#include <ucstring.h>

Inheritance diagram for ucstring

Inheritance graph
[legend]
Collaboration diagram for ucstring:

Collaboration graph
[legend]
List of all members.

Public Methods

 ucstring ()
 ucstring (const ucstringbase &str)
 ucstring (const std::string &str)
ucstring& operator= (ucchar c)
ucstring& operator= (const char *str)
ucstring& operator= (const std::string &str)
ucstring& operator= (const ucstringbase &str)
ucstring& operator+= (ucchar c)
ucstring& operator+= (const char *str)
ucstring& operator+= (const std::string &str)
ucstring& operator+= (const ucstringbase &str)
void toString (std::string &str) const
 Converts the controlled ucstring to a string str. More...

std::string toString () const
 Converts the controlled ucstring and returns the resulting string. More...


Constructor & Destructor Documentation

ucstring::ucstring ( ) [inline]
 

Definition at line 45 of file ucstring.h.

ucstring::ucstring ( const ucstringbase & str ) [inline]
 

Definition at line 47 of file ucstring.h.

ucstring::ucstring ( const std::string & str ) [inline]
 

Definition at line 49 of file ucstring.h.


Member Function Documentation

ucstring & ucstring::operator+= ( const ucstringbase & str ) [inline]
 

Definition at line 116 of file ucstring.h.

ucstring & ucstring::operator+= ( const std::string & str ) [inline]
 

Definition at line 105 of file ucstring.h.

ucstring & ucstring::operator+= ( const char * str ) [inline]
 

Definition at line 94 of file ucstring.h.

ucstring & ucstring::operator+= ( ucchar c ) [inline]
 

Definition at line 87 of file ucstring.h.

ucstring & ucstring::operator= ( const ucstringbase & str ) [inline]
 

Definition at line 81 of file ucstring.h.

ucstring & ucstring::operator= ( const std::string & str ) [inline]
 

Definition at line 71 of file ucstring.h.

ucstring & ucstring::operator= ( const char * str ) [inline]
 

Definition at line 61 of file ucstring.h.

ucstring & ucstring::operator= ( ucchar c ) [inline]
 

Definition at line 54 of file ucstring.h.

std::string ucstring::toString ( ) const [inline]
 

Converts the controlled ucstring and returns the resulting string.

Definition at line 134 of file ucstring.h.

void ucstring::toString ( std::string & str ) const [inline]
 

Converts the controlled ucstring to a string str.

Definition at line 124 of file ucstring.h.


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