Code Listener  [unstable] git snapshot
Public Member Functions | Data Fields
Node Class Reference

#include <storage.hh>

Public Member Functions

 Node ()
 
 ~Node ()
 

Data Fields

TItemList variables
 list of variables assigned to the node More...
 
TNodeList outNodes
 out-edges edges are stored inside More...
 
TNodeList inNodes
 in-edges are just 'synced' pointers More...
 
bool isBlackHole
 there should be only one black-hole / graph More...
 

Detailed Description

Definition at line 661 of file storage.hh.

Constructor & Destructor Documentation

Node ( )
~Node ( )

Field Documentation

TNodeList inNodes

in-edges are just 'synced' pointers

Definition at line 672 of file storage.hh.

bool isBlackHole

there should be only one black-hole / graph

Definition at line 674 of file storage.hh.

TNodeList outNodes

out-edges edges are stored inside

Definition at line 670 of file storage.hh.

TItemList variables

list of variables assigned to the node

Definition at line 668 of file storage.hh.


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