Esempio n. 1
0
 public UnaOpSig(PredefinedType pt, UnaOpMask grfuom, int cuosSkip, PfnBindUnaOp pfn, UnaOpFuncKind fnkind)
 {
     this.pt       = pt;
     this.grfuom   = grfuom;
     this.cuosSkip = cuosSkip;
     this.pfn      = pfn;
     this.fnkind   = fnkind;
 }
Esempio n. 2
0
 public UnaOpSig(PredefinedType pt, UnaOpMask grfuom, int cuosSkip, PfnBindUnaOp pfn, UnaOpFuncKind fnkind)
 {
     this.pt = pt;
     this.grfuom = grfuom;
     this.cuosSkip = cuosSkip;
     this.pfn = pfn;
     this.fnkind = fnkind;
 }
Esempio n. 3
0
 public UnaOpFullSig(CType type, PfnBindUnaOp pfn, LiftFlags grflt, UnaOpFuncKind fnkind)
 {
     this.pt = PredefinedType.PT_UNDEFINEDINDEX;
     this.grfuom = UnaOpMask.None;
     this.cuosSkip = 0;
     this.pfn = pfn;
     _type = type;
     _grflt = grflt;
     this.fnkind = fnkind;
 }
Esempio n. 4
0
 public UnaOpFullSig(CType type, PfnBindUnaOp pfn, LiftFlags grflt, UnaOpFuncKind fnkind)
 {
     this.pt       = PredefinedType.PT_UNDEFINEDINDEX;
     this.grfuom   = UnaOpMask.None;
     this.cuosSkip = 0;
     this.pfn      = pfn;
     _type         = type;
     _grflt        = grflt;
     this.fnkind   = fnkind;
 }