1 //------------------------------------------------------------------------------
2 // <auto-generated />
3 //
4 // This file was automatically generated by SWIG (http://www.swig.org).
5 // Version 4.0.2
6 //
7 // Do not make changes to this file unless you know what you are doing--modify
8 // the SWIG interface file instead.
9 //------------------------------------------------------------------------------
10 
11 namespace libsbml {
12 
13 public class SWIGTYPE_p_std__stringstream {
14   private global::System.Runtime.InteropServices.HandleRef swigCPtr;
15 
SWIGTYPE_p_std__stringstream(global::System.IntPtr cPtr, bool futureUse)16   internal SWIGTYPE_p_std__stringstream(global::System.IntPtr cPtr, bool futureUse) {
17     swigCPtr = new global::System.Runtime.InteropServices.HandleRef(this, cPtr);
18   }
19 
SWIGTYPE_p_std__stringstream()20   protected SWIGTYPE_p_std__stringstream() {
21     swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
22   }
23 
getCPtr(SWIGTYPE_p_std__stringstream obj)24   internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_std__stringstream obj) {
25     return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
26   }
27 }
28 
29 }
30