|
|
A string class with a hashed string name
| NamedString (const char *name, const char *value = 0)
| NamedString |
Creates a new named string.
Parameters:
| name | Name of this string |
| value | Initial value of the string. |
| inline const String& name ()
| name |
[const]
Retrive the name of this string.
Returns: A hashed string with the name of the string
| const String& toString ()
| toString |
[const virtual]
Get a string representation of this object
Returns: A reference to the name of this object
Reimplemented from String.
| inline NamedString& operator= (const char *value)
| operator= |
Value assignment operator
Reimplemented from String.
| Generated by: kk on nyx on Sat Jun 4 19:29:41 2005, using kdoc 2.0a54. |