Tenncor
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Attributes | List of all members
NumNode Struct Reference

Node of a decimal linked list. More...

#include <list.h>

Collaboration diagram for NumNode:
Collaboration graph
[legend]

Public Attributes

struct NumNodenext_
 Next node in list (null denoting end of list) More...
 
double val_
 Stored decimal value. More...
 

Detailed Description

Node of a decimal linked list.

list.h opt/parse

Purpose: Define c lists needed to represent rule trees

Member Data Documentation

◆ next_

struct NumNode* NumNode::next_

Next node in list (null denoting end of list)

◆ val_

double NumNode::val_

Stored decimal value.


The documentation for this struct was generated from the following file: