Project
Loading...
Searching...
No Matches
InternalNode Class Reference

Inherits INode.

Public Member Functions

 InternalNode (INode *c0, INode *c1)
 
 ~InternalNode ()
 
- Public Member Functions inherited from INode
virtual ~INode ()
 

Public Attributes

INode *const left
 
INode *const right
 
- Public Attributes inherited from INode
const double f
 

Additional Inherited Members

- Protected Member Functions inherited from INode
 INode (double f)
 

Detailed Description

Constructor & Destructor Documentation

◆ InternalNode()

InternalNode::InternalNode ( INode c0,
INode c1 
)
inline

◆ ~InternalNode()

InternalNode::~InternalNode ( )
inline

Member Data Documentation

◆ left

INode* const InternalNode::left

◆ right

INode* const InternalNode::right

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