10 #ifndef __UT_OpCaller__
11 #define __UT_OpCaller__
51 virtual int getOpId() = 0;
58 virtual void referenceOtherOp(
int opid,
UT_OpCallee *cache,
59 bool flaginterest,
bool spareinterest=
false) = 0;
62 virtual void referenceOtherParameter(
int opid,
int pi,
int vi,
bool add_timedep=
true) = 0;
73 void notifyCalleesThatDone();
91 virtual void doneWithOp(
int opid) = 0;
**And then you can **find out if it s done
#define UT_NON_COPYABLE(CLASS)
Define deleted copy constructor and assignment operator inside a class.
__hostdev__ constexpr T pi()
Pi constant taken from Boost to match old behaviour.