NINJA  2.x
TreeNode Class Reference

#include <TreeNode.hpp>

Public Member Functions

 TreeNode ()
 
 TreeNode (std::string *name)
 
 ~TreeNode ()
 
void buildTreeString (std::string *sb)
 

Public Attributes

TreeNodeleftChild = nullptr
 
TreeNoderightChild = nullptr
 
std::string * name
 
float length = FLT_MAX
 

Constructor & Destructor Documentation

◆ TreeNode() [1/2]

TreeNode::TreeNode ( )

◆ TreeNode() [2/2]

TreeNode::TreeNode ( std::string *  name)

◆ ~TreeNode()

TreeNode::~TreeNode ( )

Member Function Documentation

◆ buildTreeString()

void TreeNode::buildTreeString ( std::string *  sb)

Member Data Documentation

◆ leftChild

TreeNode* TreeNode::leftChild = nullptr

◆ length

float TreeNode::length = FLT_MAX

◆ name

std::string* TreeNode::name

◆ rightChild

TreeNode* TreeNode::rightChild = nullptr

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