Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members  

stdbase::system::String Class Reference

Immutable string object. More...

Inheritance diagram for stdbase::system::String::

stdbase::system::Object List of all members.

Public Methods

virtual bool equals (ObjectRef obj) const
virtual int length () const
virtual void getChars (int srcBegin, int srcEnd, char dst[], int dstBegin) const

Static Public Methods

reference< String > create (const char val[])
reference< String > create (const char val[], const int len)
reference< String > create (char *const val, _TakeOwnership)
reference< String > create (char *const val, const int len, _TakeOwnership)

Protected Methods

 String (const char s[])
 String (char *const s, _TakeOwnership)
 String (const char s[], const int len)
 String (char *const s, const int len, _TakeOwnership o)
virtual ~String ()

Detailed Description

Immutable string object.

Last maintained by:

Author:
w-molloy
Date:
2002/08/12 08:38:38

Revision:
1.4

Definition at line 54 of file String.


The documentation for this class was generated from the following files:
Generated at Tue Aug 13 14:19:42 2002 for stdnet2 by doxygen1.2.9.1 written by Dimitri van Heesch, © 1997-2001