001/* ----------------------------------------------------------------------------
002 * This file was automatically generated by SWIG (http://www.swig.org).
003 * Version 2.0.11
004 *
005 * Do not make changes to this file unless you know what you are doing--modify
006 * the SWIG interface file instead.
007 * ----------------------------------------------------------------------------- */
008
009package org.sbml.libsbml;
010
011public class SWIGTYPE_p_FbcVisitor {
012  private long swigCPtr;
013
014  protected SWIGTYPE_p_FbcVisitor(long cPtr, boolean futureUse) {
015    swigCPtr = cPtr;
016  }
017
018  protected SWIGTYPE_p_FbcVisitor() {
019    swigCPtr = 0;
020  }
021
022  protected static long getCPtr(SWIGTYPE_p_FbcVisitor obj) {
023    return (obj == null) ? 0 : obj.swigCPtr;
024  }
025}
026