1 /* ----------------------------------------------------------------------------
2 * This file was automatically generated by SWIG (http://www.swig.org).
3 * Version 3.0.8
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
9 package org.gnu.glpk;
10
11
12 /**
13 * Wrapper class for pointer generated by SWIG.
14 * <p>Please, refer to doc/glpk-java.pdf of the GLPK for Java distribution
15 * and to doc/glpk.pdf of the GLPK source distribution
16 * for details. You can download the GLPK source distribution from
17 * <a href="ftp://ftp.gnu.org/gnu/glpk">ftp://ftp.gnu.org/gnu/glpk</a>.
18 */
19 public class SWIGTYPE_p_void {
20 private transient long swigCPtr;
21
22 protected SWIGTYPE_p_void(long cPtr, @SuppressWarnings("unused") boolean futureUse) {
23 swigCPtr = cPtr;
24 }
25
26 protected SWIGTYPE_p_void() {
27 swigCPtr = 0;
28 }
29
30 protected static long getCPtr(SWIGTYPE_p_void obj) {
31 return (obj == null) ? 0 : obj.swigCPtr;
32 }
33 }
34