DotNet Reference
.Net Reference
Demon.cs
Go to the documentation of this file.
21 internal Demon(global::System.IntPtr cPtr, bool cMemoryOwn) : base(operations_research_constraint_solverPINVOKE.Demon_SWIGUpcast(cPtr), cMemoryOwn) {
26 return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
36 swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
51 int ret = (SwigDerivedClassHasMethod("Priority", swigMethodTypes2) ? operations_research_constraint_solverPINVOKE.Demon_PrioritySwigExplicitDemon(swigCPtr) : operations_research_constraint_solverPINVOKE.Demon_Priority(swigCPtr));
56 string ret = (SwigDerivedClassHasMethod("ToString", swigMethodTypes0) ? operations_research_constraint_solverPINVOKE.Demon_ToStringSwigExplicitDemon(swigCPtr) : operations_research_constraint_solverPINVOKE.Demon_ToString(swigCPtr));
75 operations_research_constraint_solverPINVOKE.Demon_director_connect(swigCPtr, swigDelegate0, swigDelegate1, swigDelegate2);
79 global::System.Reflection.MethodInfo methodInfo = this.GetType().GetMethod(methodName, global::System.Reflection.BindingFlags.Public | global::System.Reflection.BindingFlags.NonPublic | global::System.Reflection.BindingFlags.Instance, null, methodTypes, null);
105 private static global::System.Type[] swigMethodTypes1 = new global::System.Type[] { typeof(Solver) };
Definition: Demon.cs:18
delegate string SwigDelegateDemon_0()
static void Demon_Inhibit(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void Demon_Desinhibit(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static string Demon_ToStringSwigExplicitDemon(global::System.Runtime.InteropServices.HandleRef jarg1)
static void delete_Demon(global::System.Runtime.InteropServices.HandleRef jarg1)
static void Demon_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, Demon.SwigDelegateDemon_0 delegate0, Demon.SwigDelegateDemon_1 delegate1, Demon.SwigDelegateDemon_2 delegate2)
static int Demon_PrioritySwigExplicitDemon(global::System.Runtime.InteropServices.HandleRef jarg1)
static void Demon_RunWrapper(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
virtual void RunWrapper(Solver s)
Definition: Demon.cs:46
static global::System.IntPtr Demon_SWIGUpcast(global::System.IntPtr jarg1)
delegate int SwigDelegateDemon_2()
override void Dispose(bool disposing)
Definition: Demon.cs:29
delegate void SwigDelegateDemon_1(global::System.IntPtr s)
static int Demon_Priority(global::System.Runtime.InteropServices.HandleRef jarg1)
static string Demon_ToString(global::System.Runtime.InteropServices.HandleRef jarg1)