HDK
|
#include "DEP_API.h"
#include "DEP_ContextOptions.h"
#include <UT/UT_Array.h>
#include <UT/UT_ArraySet.h>
#include <UT/UT_ConcurrentVector.h>
#include <UT/UT_Function.h>
#include <UT/UT_IntArray.h>
#include <UT/UT_NonCopyable.h>
#include <UT/UT_SmallObject.h>
#include <UT/UT_StringHolder.h>
#include <UT/UT_TBBSpinLock.h>
#include <UT/UT_ValArray.h>
#include <SYS/SYS_Inline.h>
#include <SYS/SYS_Math.h>
#include <SYS/SYS_Types.h>
#include <iosfwd>
Go to the source code of this file.
Classes | |
class | DEP_PropagateData |
Propagation info for a dep micro node. More... | |
class | DEP_MicroNode |
class | DEP_KeepDependenciesScope |
Global control whether dependencies can be cleared. More... | |
class | DEP_BlockEvaluateExportsScope |
Global control whether we can evaluate exports. More... | |
Typedefs | |
typedef UT_Array< DEP_MicroNode * > | DEP_MicroNodeList |
typedef UT_Array<DEP_MicroNode *> DEP_MicroNodeList |
Definition at line 31 of file DEP_MicroNode.h.