|
Graphviz
2.41.20171026.1811
|
#include <nodelist.h>

Data Fields | |
| nodelistitem_t * | first |
| nodelistitem_t * | last |
| int | sz |
Definition at line 31 of file nodelist.h.
| nodelistitem_t* nodelist_t::first |
Definition at line 32 of file nodelist.h.
Referenced by appendNodelist(), cloneNodelist(), freeNodelist(), insertNodelist(), layout_block(), node_position(), realignNodelist(), reverseNodelist(), and sizeNodelist().
| nodelistitem_t* nodelist_t::last |
Definition at line 33 of file nodelist.h.
Referenced by appendNodelist(), cloneNodelist(), insertNodelist(), realignNodelist(), and reverseNodelist().
| int nodelist_t::sz |
Definition at line 34 of file nodelist.h.
Referenced by appendNodelist(), and sizeNodelist().
1.8.5