Tenncor
|
Rule tree node. More...
#include <def.h>
Public Attributes | |
enum SUBGRAPH_TYPE | type_ |
Type of the node. More... | |
union { | |
double scalar_ | |
char * any_ | |
struct Branch * branch_ | |
} | val_ |
Node instance according to type. More... | |
Rule tree node.
char* Subgraph::any_ |
struct Branch* Subgraph::branch_ |
double Subgraph::scalar_ |
enum SUBGRAPH_TYPE Subgraph::type_ |
Type of the node.
union { ... } Subgraph::val_ |
Node instance according to type.