#include <nodeset.h>

Go to the source code of this file.
Functions | |
| nodeset_t * | mkNodeset () |
| void | freeNodeset (nodeset_t *s) |
| void | clearNodeset (nodeset_t *s) |
| void | insertNodeset (nodeset_t *ns, Agnode_t *n) |
| void | removeNodeset (nodeset_t *ns, Agnode_t *n) |
| int | sizeNodeset (nodeset_t *ns) |
| void | printNodeset (nodeset_t *ns) |
| void freeNodeset | ( | nodeset_t * | s | ) |
| nodeset_t* mkNodeset | ( | void | ) |
| void printNodeset | ( | nodeset_t * | ns | ) |
Definition at line 115 of file nodeset.c.
References dtfirst, dtnext, Agnode_t::name, and nsitem_t::np.
1.5.6