libsbmlcs.OStream.get_ostream C# (CSharp) Method

get_ostream() public method

public get_ostream ( ) : SWIGTYPE_p_std__ostream
return SWIGTYPE_p_std__ostream
        public virtual SWIGTYPE_p_std__ostream get_ostream()
        {
            IntPtr cPtr = libsbmlPINVOKE.OStream_get_ostream(swigCPtr);
            SWIGTYPE_p_std__ostream ret = (cPtr == IntPtr.Zero) ? null : new SWIGTYPE_p_std__ostream(cPtr, false);
            return ret;
        }

Usage Example

Esempio n. 1
0
 XMLOutputStream(OStream stream, string encoding, bool writeXMLDecl) : this(libsbmlPINVOKE.new_XMLOutputStream__SWIG_2(SWIGTYPE_p_std__ostream.getCPtr(stream.get_ostream()), encoding, writeXMLDecl), true)
 {
     if (libsbmlPINVOKE.SWIGPendingException.Pending)
     {
         throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
     }
 }
All Usage Examples Of libsbmlcs.OStream::get_ostream