vrq
Public Attributes | List of all members
CNode_triplet Struct Reference

Helper class for building tail recursive binary CNode trees Used by parser. More...

#include <cnode.h>

Public Attributes

CNode * first
 
CNode * second
 
CNode * third
 

Detailed Description

Helper class for building tail recursive binary CNode trees Used by parser.

Member Data Documentation

◆ first

CNode* CNode_triplet::first

◆ second

CNode* CNode_triplet::second

◆ third

CNode* CNode_triplet::third

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