DotNet Reference
.Net Reference
CppBridge.cs
Go to the documentation of this file.
23 return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
42 swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
49 if (operations_research_initPINVOKE.SWIGPendingException.Pending) throw operations_research_initPINVOKE.SWIGPendingException.Retrieve();
58 if (operations_research_initPINVOKE.SWIGPendingException.Pending) throw operations_research_initPINVOKE.SWIGPendingException.Retrieve();
63 if (operations_research_initPINVOKE.SWIGPendingException.Pending) throw operations_research_initPINVOKE.SWIGPendingException.Retrieve();
Definition: CppBridge.cs:13
static void SetFlags(CppFlags flags)
Definition: CppBridge.cs:56
static void InitLogging(string program_name)
Definition: CppBridge.cs:47
static void ShutdownLogging()
Definition: CppBridge.cs:52
virtual void Dispose(bool disposing)
Definition: CppBridge.cs:35
static bool LoadGurobiSharedLibrary(string full_library_path)
Definition: CppBridge.cs:61
Definition: CppFlags.cs:13
Definition: operations_research_initPINVOKE.cs:127
static bool Pending
Definition: operations_research_initPINVOKE.cs:133
static global::System.Exception Retrieve()
Definition: operations_research_initPINVOKE.cs:152
Definition: operations_research_initPINVOKE.cs:13
static void CppBridge_SetFlags(global::System.Runtime.InteropServices.HandleRef jarg1)
static bool CppBridge_LoadGurobiSharedLibrary(string jarg1)
static void CppBridge_InitLogging(string jarg1)
static void delete_CppBridge(global::System.Runtime.InteropServices.HandleRef jarg1)
static void CppBridge_ShutdownLogging()
Definition: CppBridge.cs:11