#include <yateclass.h>
Inheritance diagram for NamedString:
Public Member Functions | |
NamedString (const char *name, const char *value=0) | |
const String & | name () const |
virtual const String & | toString () const |
NamedString & | operator= (const char *value) |
A string class with a hashed string name
|
Creates a new named string.
|
|
Retrive the name of this string.
|
|
Value assignment operator Reimplemented from String. |
|
Get a string representation of this object
Reimplemented from String. |