HDK
|
#include <OP_EventMicroNode.h>
Additional Inherited Members | |
![]() | |
typedef std::function< void(DEP_MicroNode &, DEP_MicroNode &) > | Visitor |
typedef std::function< bool(const DEP_MicroNode &, const DEP_MicroNode &) > | TraverseVisitor |
![]() | |
static SYS_FORCE_INLINE bool | canClearDependencies () |
Global control whether dependencies can be cleared. More... | |
static SYS_FORCE_INLINE bool | canEvaluateExports () |
Global control whether we can evaluate exports. More... | |
static SYS_FORCE_INLINE bool | isSameTime (fpreal a, fpreal b) |
![]() | |
static void * | operator new (size_t size) |
Regular new/delete operators. More... | |
static void | operator delete (void *p, size_t size) |
Regular new/delete operators. More... | |
static void * | operator new (size_t, void *p) |
static void | operator delete (void *, void *) |
![]() | |
SYS_FORCE_INLINE void | setIsOpDataMicroNode (bool b) |
virtual bool | isEvaluating () const |
virtual void | evaluateExports () |
virtual bool | isExporting () const |
Definition at line 20 of file OP_EventMicroNode.h.
|
inline |
Definition at line 23 of file OP_EventMicroNode.h.
|
overridevirtual |
Callbacks for what to do when the micronode becomes dirty. Derived micronodes can override this. Note that it requires knowledge of who made it dirty as they may behave differently. Currently used by OP_Node::propagateDirtyMicroNode
Reimplemented from DEP_MicroNode.
|
inlineoverridevirtual |
Reimplemented from DEP_MicroNode.
Definition at line 29 of file OP_EventMicroNode.h.
|
inline |
Definition at line 35 of file OP_EventMicroNode.h.
|
inline |
Definition at line 32 of file OP_EventMicroNode.h.