![]() |
Public API Reference |
#include <strset.h>
Inheritance diagram for iStringSet:
Public Methods | |
virtual csStringID | Request (const char *s)=0 |
Request the ID for the given string. More... | |
virtual const char * | Request (csStringID id)=0 |
Request the string for a given ID. More... | |
virtual void | Clear ()=0 |
Delete all stored strings. More... |
Definition at line 34 of file iutil/strset.h.
|
Delete all stored strings. When new strings are registered again, new ID values will be used, not the old ones reused. Implemented in csScfStringSet. |
|
Request the string for a given ID. Return 0 if the string has not been requested (yet). Implemented in csScfStringSet. |
|
Request the ID for the given string. Create a new ID if the string was never requested before. Implemented in csScfStringSet. |