getCPtr() static private method

static private getCPtr ( SWIGTYPE_p_std__string, obj ) : HandleRef,
obj SWIGTYPE_p_std__string,
return HandleRef,
コード例 #1
0
ファイル: Importer.cs プロジェクト: Fuma13/CPHEngineProject
 public void GetExtensionList(SWIGTYPE_p_std__string szOut)
 {
     AssimpPINVOKE.Importer_GetExtensionList__SWIG_1(swigCPtr, SWIGTYPE_p_std__string.getCPtr(szOut));
     if (AssimpPINVOKE.SWIGPendingException.Pending)
     {
         throw AssimpPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
 public void set_label(SWIGTYPE_p_std__string label_)
 {
     cppPINVOKE.tqdm_set_label(swigCPtr, SWIGTYPE_p_std__string.getCPtr(label_));
     if (cppPINVOKE.SWIGPendingException.Pending)
     {
         throw cppPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #3
0
ファイル: ArUtil.cs プロジェクト: NguyenQuocMy1604/my_ubuntu
 public static void fixSlashes(SWIGTYPE_p_std__string path)
 {
     AriaCSPINVOKE.ArUtil_fixSlashes__SWIG_1(SWIGTYPE_p_std__string.getCPtr(path));
     if (AriaCSPINVOKE.SWIGPendingException.Pending)
     {
         throw AriaCSPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #4
0
ファイル: HidProtocol.cs プロジェクト: starwar6160/ccbt1
 public static void jcMulHidEnum(int hidPid, SWIGTYPE_p_std__string jcDevListJson)
 {
     HidProtocolPINVOKE.jcMulHidEnum(hidPid, SWIGTYPE_p_std__string.getCPtr(jcDevListJson));
     if (HidProtocolPINVOKE.SWIGPendingException.Pending)
     {
         throw HidProtocolPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #5
0
 public static void extract_backend(string fluid_string, SWIGTYPE_p_std__string backend, SWIGTYPE_p_std__string fluid)
 {
     CoolPropPINVOKE.extract_backend(fluid_string, SWIGTYPE_p_std__string.getCPtr(backend), SWIGTYPE_p_std__string.getCPtr(fluid));
     if (CoolPropPINVOKE.SWIGPendingException.Pending)
     {
         throw CoolPropPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #6
0
        public bool getParam(string key, SWIGTYPE_p_std__string value)
        {
            bool ret = ompl_basePINVOKE.ParamSet_getParam__SWIG_0(swigCPtr, key, SWIGTYPE_p_std__string.getCPtr(value));

            if (ompl_basePINVOKE.SWIGPendingException.Pending)
            {
                throw ompl_basePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
        public static bool extractLensInfo(SWIGTYPE_p_std__string fullname, SWIGTYPE_p_double minFocal, SWIGTYPE_p_double maxFocal, SWIGTYPE_p_double maxApertureAtMinFocal, SWIGTYPE_p_double maxApertureAtMaxFocal)
        {
            bool ret = libPhotoAssistantImageProcessingPINVOKE.extractLensInfo(SWIGTYPE_p_std__string.getCPtr(fullname), SWIGTYPE_p_double.getCPtr(minFocal), SWIGTYPE_p_double.getCPtr(maxFocal), SWIGTYPE_p_double.getCPtr(maxApertureAtMinFocal), SWIGTYPE_p_double.getCPtr(maxApertureAtMaxFocal));

            if (libPhotoAssistantImageProcessingPINVOKE.SWIGPendingException.Pending)
            {
                throw libPhotoAssistantImageProcessingPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #8
0
        public virtual long FormPathString(SWIGTYPE_p_std__string strOutput, string strFolder, string oneStr)
        {
            long ret = otapiPINVOKE.Storage_FormPathString__SWIG_2(swigCPtr, SWIGTYPE_p_std__string.getCPtr(strOutput), strFolder, oneStr);

            if (otapiPINVOKE.SWIGPendingException.Pending)
            {
                throw otapiPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #9
0
    public virtual bool getSkinPatchName(uint sens_index, SWIGTYPE_p_std__string name)
    {
        bool ret = yarpPINVOKE.ISkinPatches_getSkinPatchName(swigCPtr, sens_index, SWIGTYPE_p_std__string.getCPtr(name));

        if (yarpPINVOKE.SWIGPendingException.Pending)
        {
            throw yarpPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
コード例 #10
0
        public bool FormatMailSubject(SWIGTYPE_p_std__string str_output)
        {
            bool ret = otapiPINVOKE.OTRecord_FormatMailSubject(swigCPtr, SWIGTYPE_p_std__string.getCPtr(str_output));

            if (otapiPINVOKE.SWIGPendingException.Pending)
            {
                throw otapiPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #11
0
    public virtual bool getPosePriority(SWIGTYPE_p_std__string p)
    {
        bool ret = yarpPINVOKE.ICartesianControl_getPosePriority(swigCPtr, SWIGTYPE_p_std__string.getCPtr(p));

        if (yarpPINVOKE.SWIGPendingException.Pending)
        {
            throw yarpPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
コード例 #12
0
        public bool CanSetName(string newName, SWIGTYPE_p_std__string whyNot)
        {
            bool ret = UsdCsPINVOKE.SdfPropertySpec_CanSetName(swigCPtr, newName, SWIGTYPE_p_std__string.getCPtr(whyNot));

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #13
0
        public static bool CheckStringsExistInOrder(SWIGTYPE_p_std__string strFolder, SWIGTYPE_p_std__string oneStr, SWIGTYPE_p_std__string twoStr, SWIGTYPE_p_std__string threeStr)
        {
            bool ret = otapiPINVOKE.CheckStringsExistInOrder__SWIG_1(SWIGTYPE_p_std__string.getCPtr(strFolder), SWIGTYPE_p_std__string.getCPtr(oneStr), SWIGTYPE_p_std__string.getCPtr(twoStr), SWIGTYPE_p_std__string.getCPtr(threeStr));

            if (otapiPINVOKE.SWIGPendingException.Pending)
            {
                throw otapiPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #14
0
    public virtual bool getAxisNameRaw(int axis, SWIGTYPE_p_std__string name)
    {
        bool ret = yarpPINVOKE.IAxisInfoRaw_getAxisNameRaw(swigCPtr, axis, SWIGTYPE_p_std__string.getCPtr(name));

        if (yarpPINVOKE.SWIGPendingException.Pending)
        {
            throw yarpPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
コード例 #15
0
ファイル: SdfPath.cs プロジェクト: feniksa/usd-unity-sdk
        public static bool IsValidPathString(string pathString, SWIGTYPE_p_std__string errMsg)
        {
            bool ret = UsdCsPINVOKE.SdfPath_IsValidPathString__SWIG_0(pathString, SWIGTYPE_p_std__string.getCPtr(errMsg));

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #16
0
    public int get_id(SWIGTYPE_p_std__string name)
    {
        int ret = modshogunPINVOKE.CTaxonomy_get_id(swigCPtr, SWIGTYPE_p_std__string.getCPtr(name));

        if (modshogunPINVOKE.SWIGPendingException.Pending)
        {
            throw modshogunPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
コード例 #17
0
        public static long FormPathString(SWIGTYPE_p_std__string strOutput, string strFolder)
        {
            long ret = otapiPINVOKE.FormPathString__SWIG_3(SWIGTYPE_p_std__string.getCPtr(strOutput), strFolder);

            if (otapiPINVOKE.SWIGPendingException.Pending)
            {
                throw otapiPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #18
0
        public bool GetAssetVersion(SWIGTYPE_p_std__string version)
        {
            bool ret = UsdCsPINVOKE.UsdModelAPI_GetAssetVersion(swigCPtr, SWIGTYPE_p_std__string.getCPtr(version));

            return(ret);
        }
コード例 #19
0
        public bool GetAssetName(SWIGTYPE_p_std__string assetName)
        {
            bool ret = UsdCsPINVOKE.UsdModelAPI_GetAssetName(swigCPtr, SWIGTYPE_p_std__string.getCPtr(assetName));

            return(ret);
        }
コード例 #20
0
ファイル: JsValue.cs プロジェクト: mwikenma/usd-unity-sdk
 public JsValue(SWIGTYPE_p_std__string value) : this(UsdCsPINVOKE.new_JsValue__SWIG_7(SWIGTYPE_p_std__string.getCPtr(value)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #21
0
 public virtual void processSkeletonName(Mesh mesh, SWIGTYPE_p_std__string name)
 {
     OgrePINVOKE.MeshSerializerListener_processSkeletonName(swigCPtr, Mesh.getCPtr(mesh), SWIGTYPE_p_std__string.getCPtr(name));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #22
0
 public static void extract_backend_families_string(string backend_string, SWIGTYPE_p_CoolProp__backend_families f1, SWIGTYPE_p_std__string f2)
 {
     CoolPropPINVOKE.extract_backend_families_string(backend_string, SWIGTYPE_p_CoolProp__backend_families.getCPtr(f1), SWIGTYPE_p_std__string.getCPtr(f2));
     if (CoolPropPINVOKE.SWIGPendingException.Pending)
     {
         throw CoolPropPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #23
0
 public void bufToString(SWIGTYPE_p_std__string s)
 {
     AriaCSPINVOKE.ArBasePacket_bufToString__SWIG_1(swigCPtr, SWIGTYPE_p_std__string.getCPtr(s));
 }
コード例 #24
0
        public bool ExportToString(SWIGTYPE_p_std__string result)
        {
            bool ret = UsdCsPINVOKE.UsdStageWeakPtr_ExportToString__SWIG_1(swigCPtr, SWIGTYPE_p_std__string.getCPtr(result));

            return(ret);
        }
コード例 #25
0
        public bool ExportToString(SWIGTYPE_p_std__string result, bool addSourceFileComment)
        {
            bool ret = UsdCsPINVOKE.UsdStageWeakPtr_ExportToString__SWIG_0(swigCPtr, SWIGTYPE_p_std__string.getCPtr(result), addSourceFileComment);

            return(ret);
        }
コード例 #26
0
ファイル: Match.cs プロジェクト: pikamachu/Device-Detection
        public VectorString getValues(SWIGTYPE_p_std__string propertyName)
        {
            VectorString ret = new VectorString(FiftyOneDegreesTrieV3PINVOKE.Match_getValues__SWIG_1(swigCPtr, SWIGTYPE_p_std__string.getCPtr(propertyName)), true);

            if (FiftyOneDegreesTrieV3PINVOKE.SWIGPendingException.Pending)
            {
                throw FiftyOneDegreesTrieV3PINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #27
0
        public XsResultValue getline(SWIGTYPE_p_std__string line)
        {
            XsResultValue ret = (XsResultValue)xsensdeviceapiPINVOKE.XsFile_getline__SWIG_1(swigCPtr, SWIGTYPE_p_std__string.getCPtr(line));

            if (xsensdeviceapiPINVOKE.SWIGPendingException.Pending)
            {
                throw xsensdeviceapiPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #28
0
ファイル: Match.cs プロジェクト: pikamachu/Device-Detection
        public string getValue(SWIGTYPE_p_std__string propertyName)
        {
            string ret = FiftyOneDegreesTrieV3PINVOKE.Match_getValue__SWIG_1(swigCPtr, SWIGTYPE_p_std__string.getCPtr(propertyName));

            if (FiftyOneDegreesTrieV3PINVOKE.SWIGPendingException.Pending)
            {
                throw FiftyOneDegreesTrieV3PINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #29
0
        public virtual string GetAcctName(string str_id, SWIGTYPE_p_std__string p_nym_id)
        {
            string ret = (SwigDerivedClassHasMethod("GetAcctName", swigMethodTypes4) ? otapiPINVOKE.OTNameLookup_GetAcctNameSwigExplicitOTNameLookup__SWIG_2(swigCPtr, str_id, SWIGTYPE_p_std__string.getCPtr(p_nym_id)) : otapiPINVOKE.OTNameLookup_GetAcctName__SWIG_2(swigCPtr, str_id, SWIGTYPE_p_std__string.getCPtr(p_nym_id)));

            if (otapiPINVOKE.SWIGPendingException.Pending)
            {
                throw otapiPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #30
0
        public string export_cash(string SERVER_ID, string FROM_NYM_ID, string ASSET_TYPE_ID, string TO_NYM_ID, string STR_INDICES, bool bPasswordProtected, SWIGTYPE_p_std__string STR_RETAINED_COPY)
        {
            string ret = otapiPINVOKE.OT_ME_export_cash(swigCPtr, SERVER_ID, FROM_NYM_ID, ASSET_TYPE_ID, TO_NYM_ID, STR_INDICES, bPasswordProtected, SWIGTYPE_p_std__string.getCPtr(STR_RETAINED_COPY));

            if (otapiPINVOKE.SWIGPendingException.Pending)
            {
                throw otapiPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }