Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ iflName(3) — IRIX 6.5.3f

Media Vault

Software Library

Restoration Projects

Artifacts Sought



iflName(3)        Image Format Library C++ Reference Manual         iflName(3)



NAME
     iflName - named element in an iflDictionary

INHERITS FROM
     iflHashElem

HEADER FILE
     #include <ifl/iflDictionary.h>

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.

CLASS MEMBER FUNCTION SUMMARY
     Constructor

          iflName(const char *id)

     Name get and set

          char* getID()
          void setID(const char* id);


FUNCTION DESCRIPTIONS
     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.

SEE ALSO
     iflDictionary






                                                                        Page 1



Typewritten Software • bear@typewritten.org • Edmonds, WA 98026