ARAM  2.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
Public Member Functions | Public Attributes | List of all members
aram::Node Class Reference

#include <TagDictionnary.hpp>

Public Member Functions

 Node (int)
 

Public Attributes

Nodep_left
 
Nodep_right
 
int m_value
 

Detailed Description

Binary tree's node

Constructor & Destructor Documentation

aram::Node::Node ( int  v)

Cconstructor

Parameters
[in]intnode value (0/1)

Member Data Documentation

int aram::Node::m_value

node value (0/1)

Node* aram::Node::p_left

left soon (0 branch)

Node* aram::Node::p_right

right soon (1 branch)


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