コード例 #1
0
        public Hierarchy generateHierarchy(SWIGTYPE_p_std__unordered_mapT_std__string_std__string_t additionalParams)
        {
            global::System.IntPtr cPtr = csogmaneoPINVOKE.Architect_generateHierarchy__SWIG_1(swigCPtr, SWIGTYPE_p_std__unordered_mapT_std__string_std__string_t.getCPtr(additionalParams));
            Hierarchy             ret  = (cPtr == global::System.IntPtr.Zero) ? null : new Hierarchy(cPtr, true);

            if (csogmaneoPINVOKE.SWIGPendingException.Pending)
            {
                throw csogmaneoPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_std__unordered_mapT_std__string_std__string_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }