mirror of
https://github.com/openbabel/openbabel.git
synced 2026-07-30 16:18:20 -05:00
26 lines
727 B
Java
26 lines
727 B
Java
/* ----------------------------------------------------------------------------
|
|
* This file was automatically generated by SWIG (http://www.swig.org).
|
|
* Version 1.3.30
|
|
*
|
|
* Do not make changes to this file unless you know what you are doing--modify
|
|
* the SWIG interface file instead.
|
|
* ----------------------------------------------------------------------------- */
|
|
|
|
|
|
public class SWIGTYPE_p_std__dequeTint_t {
|
|
private long swigCPtr;
|
|
|
|
protected SWIGTYPE_p_std__dequeTint_t(long cPtr, boolean futureUse) {
|
|
swigCPtr = cPtr;
|
|
}
|
|
|
|
protected SWIGTYPE_p_std__dequeTint_t() {
|
|
swigCPtr = 0;
|
|
}
|
|
|
|
protected static long getCPtr(SWIGTYPE_p_std__dequeTint_t obj) {
|
|
return (obj == null) ? 0 : obj.swigCPtr;
|
|
}
|
|
}
|
|
|