faudes::Experiment::Node Class Reference

Detailed Description

Node record to form a tree.

Definition at line 104 of file hyb_experiment.h.

#include <hyb_experiment.h>

Public Types

typedef std::map< Idx, Node * >::const_iterator Iterator
 

Public Member Functions

 Node (void)
 

Public Attributes

Idx mId
 
NodepParent
 
Idx mRecEvent
 
Idx mDepth
 
std::map< Idx, Node * > mChildren
 
CompatibleStatesmpStates
 
bool mLock
 

Member Typedef Documentation

◆ Iterator

typedef std::map<Idx, Node*>::const_iterator faudes::Experiment::Node::Iterator

Definition at line 121 of file hyb_experiment.h.

Constructor & Destructor Documentation

◆ Node()

faudes::Experiment::Node::Node ( void  )
inline

Definition at line 106 of file hyb_experiment.h.

Member Data Documentation

◆ mChildren

std::map<Idx, Node*> faudes::Experiment::Node::mChildren

Definition at line 116 of file hyb_experiment.h.

◆ mDepth

Idx faudes::Experiment::Node::mDepth

Definition at line 114 of file hyb_experiment.h.

◆ mId

Idx faudes::Experiment::Node::mId

Definition at line 108 of file hyb_experiment.h.

◆ mLock

bool faudes::Experiment::Node::mLock

Definition at line 119 of file hyb_experiment.h.

◆ mpStates

CompatibleStates* faudes::Experiment::Node::mpStates

Definition at line 118 of file hyb_experiment.h.

◆ mRecEvent

Idx faudes::Experiment::Node::mRecEvent

Definition at line 112 of file hyb_experiment.h.

◆ pParent

Node* faudes::Experiment::Node::pParent

Definition at line 110 of file hyb_experiment.h.


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

libFAUDES 2.32b --- 2024.03.01 --- c++ api documentaion by doxygen