Attribute Struct Reference

Represents an attribute and the value it holds. More...

#include <attribute.h>

Data Fields

attrType type
 The type of the attribute.
 
int value
 The value of the attribute.
 

Detailed Description

Represents an attribute and the value it holds.

This structure holds an attribute of an object. Attributes can hold values of different types (signed integer, item of an enumeration, node or leaf of a tree), each of these types can be represented by an integer (either the true value, or the ID of the real value).


The documentation for this struct was generated from the following file: