Tenncor
Public Attributes | List of all members
Subgraph Struct Reference

Rule tree node. More...

#include <def.h>

Collaboration diagram for Subgraph:
Collaboration graph
[legend]

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...
 

Detailed Description

Rule tree node.

Member Data Documentation

◆ any_

char* Subgraph::any_

◆ branch_

struct Branch* Subgraph::branch_

◆ scalar_

double Subgraph::scalar_

◆ type_

enum SUBGRAPH_TYPE Subgraph::type_

Type of the node.

◆ val_

union { ... } Subgraph::val_

Node instance according to type.


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