DotNet Reference
.Net Reference
RevBool.cs
Go to the documentation of this file.
28 return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
47 swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
52 public RevBool(bool val) : this(operations_research_constraint_solverPINVOKE.new_RevBool(val), true) {
static bool RevBool_Value(global::System.Runtime.InteropServices.HandleRef jarg1)
void SetValue(Solver s, bool val)
Definition: RevBool.cs:60
static void RevBool_SetValue(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, bool jarg3)
virtual void Dispose(bool disposing)
Definition: RevBool.cs:40
static void delete_RevBool(global::System.Runtime.InteropServices.HandleRef jarg1)