Tenncor
|
Node of a pointer linked list. More...
#include <list.h>
Public Attributes | |
struct PtrNode * | next_ |
Next node in list (null denoting end of list) More... | |
void * | val_ |
Stored pointer value. More... | |
Node of a pointer linked list.
struct PtrNode* PtrNode::next_ |
Next node in list (null denoting end of list)
void* PtrNode::val_ |
Stored pointer value.