VIPER REFERENCE MANUAL
NAME
-
iflName - named element in an iflDictionary
INHERITS FROM
-
iflHashElem
HEADER FILE
-
#include <ifl/iflDictionary.h>
PUBLIC METHOD SUMMARY
void setID ( |
const char* id); |
CLASS DESCRIPTION
-
This class is used to create named elements to be placed in an
iflDictionary. It can be used a a base class for more
complex named elements.
METHOD DESCRIPTIONS
iflName()
iflName ( |
const char* id=NULL); |
-
Creates a dictionary element with name string given by id.
~iflName()
-
Destroys the object and frees all associated memory.
getID()
-
Returns a pointer to the name string.
setID()
void setID ( |
const char* id); |
-
Set this element's name to the string given by id.
SEE ALSO
-
iflDictionary, iflHashElem
