Tenncor
|
Node of a decimal linked list. More...
#include <list.h>
Public Attributes | |
struct NumNode * | next_ |
Next node in list (null denoting end of list) More... | |
double | val_ |
Stored decimal value. More... | |
Node of a decimal linked list.
list.h opt/parse
Purpose: Define c lists needed to represent rule trees
struct NumNode* NumNode::next_ |
Next node in list (null denoting end of list)
double NumNode::val_ |
Stored decimal value.