-------------------------------------------------- overridable interface If the final node class has ScheduledNode in its class hierarchy, this will return true. This is to save the cost of a dynamic_cast when scheduling nodes.
| 135 | // will return true. This is to save the cost of a dynamic_cast when |
| 136 | // scheduling nodes. |
| 137 | virtual bool isScheduledNode() const { return false; } |
| 138 | |
| 139 | // No significant resources should be allocated until initialize() is called. |
| 140 | // Processing may not occur until a node is initialized. |
no outgoing calls
no test coverage detected