Tenncor
|
Decimal linked list. More...
#include <list.h>
Public Attributes | |
struct NumNode * | head_ |
Head of the linked list. More... | |
struct NumNode * | tail_ |
Tail of the linked list (tail_.next_ should be null) More... | |
Decimal linked list.
struct NumNode* NumList::head_ |
Head of the linked list.
struct NumNode* NumList::tail_ |
Tail of the linked list (tail_.next_ should be null)