![]() |
|
Helper class for building tail recursive binary CNode trees Used by parser. More...
#include <cnode.h>
Public Attributes | |
| CNode * | first |
| CNode * | second |
| CNode * | third |
Helper class for building tail recursive binary CNode trees Used by parser.
| CNode* CNode_triplet::first |
| CNode* CNode_triplet::second |
| CNode* CNode_triplet::third |
1.8.13