Marsyas
0.6.0-alpha
|
Go to the source code of this file.
Data Structures | |
class | Heap< Type, Comparator > |
Heap used by the scheduler for sorting scheduled event objects. More... | |
Namespaces | |
namespace | Marsyas |
Defines | |
#define | is_lchild(_ND) ((_ND!=NULL)&&!(is_root(_ND))&&(!odd_id(_ND))) |
#define | is_rchild(_ND) ((_ND!=NULL)&&!(is_root(_ND))&&( odd_id(_ND))) |
#define | is_root(_ND) (_ND->m_id==1) |
#define | odd_id(_ND) (_ND->m_id & 1) |