A node in an addition-DAG structure. More...

Public Member Functions

 DAGnode (NodeIdx ii, bool qq, long lvl, long chl=0, DAGnode *pt1=nullptr, DAGnode *pt2=nullptr)
 
 DAGnode (DAGnode &&other)
 
std::string nodeName () const
 

Public Attributes

NodeIdx idx
 
bool isQ
 
long level
 
std::atomic_long childrenLeft
 
DAGnodeparent1
 
DAGnodeparent2
 
std::mutex ct_mtx
 
Ctxtct
 

Detailed Description

A node in an addition-DAG structure.

Constructor & Destructor Documentation

◆ DAGnode() [1/2]

helib::DAGnode::DAGnode ( NodeIdx  ii,
bool  qq,
long  lvl,
long  chl = 0,
DAGnode pt1 = nullptr,
DAGnode pt2 = nullptr 
)
inline

◆ DAGnode() [2/2]

helib::DAGnode::DAGnode ( DAGnode &&  other)
inline

Member Function Documentation

◆ nodeName()

std::string helib::DAGnode::nodeName ( ) const
inline

Member Data Documentation

◆ childrenLeft

std::atomic_long helib::DAGnode::childrenLeft

◆ ct

Ctxt* helib::DAGnode::ct

◆ ct_mtx

std::mutex helib::DAGnode::ct_mtx

◆ idx

NodeIdx helib::DAGnode::idx

◆ isQ

bool helib::DAGnode::isQ

◆ level

long helib::DAGnode::level

◆ parent1

DAGnode* helib::DAGnode::parent1

◆ parent2

DAGnode * helib::DAGnode::parent2