iflName(3) Image Format Library C++ Reference Manual iflName(3)
iflName - named element in an iflDictionary
iflHashElem
#include <ifl/iflDictionary.h>
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.
CLASS MEMBER FUNCTION SUMMARY [Toc] [Back] Constructor
iflName(const char *id)
Name get and set [Toc] [Back]
char* getID()
void setID(const char* id);
FUNCTION DESCRIPTIONS [Toc] [Back] iflName()
iflName(const char *id)
Creates a dictionary element with name string given by id.
getID()
char* getID()
Returns a pointer to the name string.
setID()
void setID(const char* id);
Set this elements name to the string given by id.
iflDictionary
PPPPaaaaggggeeee 1111 [ Back ]
|