im.im_attrib

\file \brief Attributes Table.

See Copyright Notice in im_lib.h

Members

Classes

imAttribArray
class imAttribArray

\brief Attributes Array Class * * \par * Same as \ref imAttribTable, but uses an array of fixed size. * \ingroup util

imAttribTable
class imAttribTable

\brief Attributes Table Class * * \par * All the attributes have a name, a type, a count and the data.\n * Names are usually strings with less that 30 chars. * \par * Attributes are stored in a hash table for fast access. \n * We use the hash function described in "The Practice of Programming" of Kernighan & Pike. * \ingroup util

Meta