internal static HandleRef getCPtr(SWIGTYPE_p_P4INT64 obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Пример #2
0
 public SWIGTYPE_p_P4INT64 Atoi64()
 {
     SWIGTYPE_p_P4INT64 ret = new SWIGTYPE_p_P4INT64(p4apiPINVOKE.StrPtr_Atoi64__SWIG_0(swigCPtr), true);
     return ret;
 }
Пример #3
0
 public static SWIGTYPE_p_P4INT64 Atoi64(string buffer)
 {
     SWIGTYPE_p_P4INT64 ret = new SWIGTYPE_p_P4INT64(p4apiPINVOKE.StrPtr_Atoi64__SWIG_1(buffer), true);
     return ret;
 }
Пример #4
0
 public static string Itoa64(SWIGTYPE_p_P4INT64 v, string endbuf)
 {
     string ret = p4apiPINVOKE.StrPtr_Itoa64(SWIGTYPE_p_P4INT64.getCPtr(v), endbuf);
     if (p4apiPINVOKE.SWIGPendingException.Pending) throw p4apiPINVOKE.SWIGPendingException.Retrieve();
     return ret;
 }