CONOPT
Loading...
Searching...
No Matches
SWIGTYPE_p_coiHandle_t.java
Go to the documentation of this file.
1/* ----------------------------------------------------------------------------
2 * This file was automatically generated by SWIG (https://www.swig.org).
3 * Version 4.3.1
4 *
5 * Do not make changes to this file unless you know what you are doing - modify
6 * the SWIG interface file instead.
7 * ----------------------------------------------------------------------------- */
8
9package jconopt;
10
12 private transient long swigCPtr;
13
14 protected SWIGTYPE_p_coiHandle_t(long cPtr, @SuppressWarnings("unused") boolean futureUse) {
15 swigCPtr = cPtr;
16 }
17
19 swigCPtr = 0;
20 }
21
22 protected static long getCPtr(SWIGTYPE_p_coiHandle_t obj) {
23 return (obj == null) ? 0 : obj.swigCPtr;
24 }
25
26 protected static long swigRelease(SWIGTYPE_p_coiHandle_t obj) {
27 return (obj == null) ? 0 : obj.swigCPtr;
28 }
29}
30
static long getCPtr(SWIGTYPE_p_coiHandle_t obj)
static long swigRelease(SWIGTYPE_p_coiHandle_t obj)
SWIGTYPE_p_coiHandle_t(long cPtr, @SuppressWarnings("unused") boolean futureUse)