Exemple #1
0
 internal static HandleRef getCPtr(SWIGTYPE_p_std__vectorT_std__string_t obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
Exemple #2
0
        static SWIGTYPE_p_std__vectorT_std__string_t getAllRegisteredPackageNames()
        {
            SWIGTYPE_p_std__vectorT_std__string_t ret = new SWIGTYPE_p_std__vectorT_std__string_t(libsbmlPINVOKE.SBMLExtensionRegistry_getAllRegisteredPackageNames(), true);

            return(ret);
        }
 internal static HandleRef getCPtr(SWIGTYPE_p_std__vectorT_std__string_t obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
 /**
    * Returns a list of registered packages.
    *
    * This method returns a vector of strings containing the nicknames of the
    * SBML packages for which package extensions are registered with this copy
    * of libSBML.  The vector will contain <code>string</code> objects.
    *
    * @return a vector of strings
    */
 public static SWIGTYPE_p_std__vectorT_std__string_t getAllRegisteredPackageNames()
 {
     SWIGTYPE_p_std__vectorT_std__string_t ret = new SWIGTYPE_p_std__vectorT_std__string_t(libsbmlPINVOKE.SBMLExtensionRegistry_getAllRegisteredPackageNames(), true);
     return ret;
 }
Exemple #5
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_std__vectorT_std__string_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }