Salad
1.0.15
|
#include <list.h>
Data Fields | |
void * | object |
struct sld_node * | next |
struct sld_node * | previous |
A sld_node contained within a list
struct sld_node* sld_node::next |
pointer to next node in memory
void* sld_node::object |
ambiguous object contained within the node
struct sld_node* sld_node::previous |
pointer to previous node in memory