[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. (deds/tree.h)

Part of the deds library.

Generated by MXDOC 2.6 on Wed Apr 25 21:43:00 2007