Modernized GAlib
3.0.0 current
|
This is the basic node object. More...
#include <GANode.h>
Public Member Functions | |
GANodeBASE (GANodeBASE *n, GANodeBASE *p, GANodeBASE *par, GANodeBASE *chi) | |
Public Attributes | |
GANodeBASE * | next |
GANodeBASE * | prev |
GANodeBASE * | parent |
GANodeBASE * | child |
This is the basic node object.
In its basic form it should be useful for trees, lists, and some graphs.