MCPcopy Create free account
hub / github.com/LancePutnam/Gamma / ProcessNode

Method ProcessNode

src/Scheduler.cpp:83–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81namespace gam{
82
83ProcessNode::ProcessNode(double delay)
84: mStatus(ACTIVE), mDelay(delay), mDeletable(false)
85{}
86
87ProcessNode::~ProcessNode(){
88 removeFromParent();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected