示例#1
0
    public SWIGTYPE_p_std__mapT_std__string_std__vectorT_double_t_t__iterator get_vector_iterator(string name)
    {
        SWIGTYPE_p_std__mapT_std__string_std__vectorT_double_t_t__iterator ret = new SWIGTYPE_p_std__mapT_std__string_std__vectorT_double_t_t__iterator(CoolPropPINVOKE.PED_get_vector_iterator(swigCPtr, name), true);

        if (CoolPropPINVOKE.SWIGPendingException.Pending)
        {
            throw CoolPropPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
示例#2
0
 internal static HandleRef getCPtr(SWIGTYPE_p_std__mapT_std__string_std__vectorT_double_t_t__iterator obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
 public SWIGTYPE_p_std__mapT_std__string_std__vectorT_double_t_t__iterator get_vector_iterator(string name)
 {
     var ret =
         new SWIGTYPE_p_std__mapT_std__string_std__vectorT_double_t_t__iterator(
             CoolPropPINVOKE.PED_get_vector_iterator(swigCPtr, name), true);
     if (CoolPropPINVOKE.SWIGPendingException.Pending) throw CoolPropPINVOKE.SWIGPendingException.Retrieve();
     return ret;
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_std__mapT_std__string_std__vectorT_double_t_t__iterator obj) {
   return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }
 internal static HandleRef getCPtr(SWIGTYPE_p_std__mapT_std__string_std__vectorT_double_t_t__iterator obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_std__mapT_std__string_std__vectorT_double_t_t__iterator obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }