Private Member Functions

string Class Reference
[Standard classes and functions]

String class. More...


Detailed Description

String class.

List of all members.

Private Member Functions

uint length () const
 Returns the length of the string.
Constructors

 string ()
 string (const string& in other)
Operator overloads

stringopAssign (const string& in other)
stringopAddAssign (const string& in other)
string opAdd (const string& in right) const
bool opEquals (const string& in right) const
int opCmp (const string& in right) const
stringopAssign (double val)
stringopAddAssign (double val)
string opAdd (double val) const
string opAdd_r (double val) const
stringopAssign (float val)
stringopAddAssign (float val)
string opAdd (float val) const
string opAdd_r (float val) const
stringopAssign (int val)
stringopAddAssign (int val)
string opAdd (int val) const
string opAdd_r (int val) const
stringopAssign (uint val)
stringopAddAssign (uint val)
string opAdd (uint val) const
string opAdd_r (uint val) const

Constructor & Destructor Documentation

string (  )  [private]
string ( const string& in  other  )  [private]

Member Function Documentation

uint length (  )  const [private]

Returns the length of the string.

string& opAssign ( const string& in  other  )  [private]
string& opAddAssign ( const string& in  other  )  [private]
string opAdd ( const string& in  right  )  const [private]
bool opEquals ( const string& in  right  )  const [private]
int opCmp ( const string& in  right  )  const [private]
string& opAssign ( double  val  )  [private]
string& opAddAssign ( double  val  )  [private]
string opAdd ( double  val  )  const [private]
string opAdd_r ( double  val  )  const [private]
string& opAssign ( float  val  )  [private]
string& opAddAssign ( float  val  )  [private]
string opAdd ( float  val  )  const [private]
string opAdd_r ( float  val  )  const [private]
string& opAssign ( int  val  )  [private]
string& opAddAssign ( int  val  )  [private]
string opAdd ( int  val  )  const [private]
string opAdd_r ( int  val  )  const [private]
string& opAssign ( uint  val  )  [private]
string& opAddAssign ( uint  val  )  [private]
string opAdd ( uint  val  )  const [private]
string opAdd_r ( uint  val  )  const [private]