attribute.h File Reference

Contains the definition of the Attribute. More...

#include "attribute-types.h"
Include dependency graph for attribute.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

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

Typedefs

typedef struct Attribute Attribute
 Represents an attribute and the value it holds. More...
 

Detailed Description

Contains the definition of the Attribute.

Author
Bastien Philip (ebatsin)
Gaƫl Foppolo (gaelfoppolo)

Typedef Documentation

typedef struct Attribute Attribute

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).