Node dynamics list structure (linked list). More...
#include <ne_dyn.h>
Data Fields | |
ne_dyn_node_t * | nodeDyn |
Node dynamics element. | |
struct ne_dyn_node_lib_el * | next |
Next element in list (NULL = end). |
Node dynamics list structure (linked list).
Definition at line 71 of file ne_dyn.h.
struct ne_dyn_node_lib_el* next |