[mainpage] [tags]

module: tree

Tree structure handling macros

This module conatins some convenience macros for handling tree structures. If you define your type as

typedef struct YOURTYPE {
    ...
    MX_TREE(struct YOURTYPE);
    ...
} YOURTYPE; 
Then you can use these macros to manipulate your type as a tree. (../include/deds/tree.h)

Part of the deds library.

Generated by MXDOC 2.2 on Sun Feb 4 15:16:26 2007