Beispiel #1
0
 public SWIGTYPE_p___LONG64 getLong64(string arg0)
 {
     SWIGTYPE_p___LONG64 ret = new SWIGTYPE_p___LONG64(djonwrapperPINVOKE.BSONObj_getLong64(swigCPtr, arg0), true);
     if (djonwrapperPINVOKE.SWIGPendingException.Pending) throw djonwrapperPINVOKE.SWIGPendingException.Retrieve();
     return ret;
 }
Beispiel #2
0
 public void add(string arg0, SWIGTYPE_p___LONG64 arg1)
 {
     djonwrapperPINVOKE.BSONObj_add__SWIG_3(swigCPtr, arg0, SWIGTYPE_p___LONG64.getCPtr(arg1));
     if (djonwrapperPINVOKE.SWIGPendingException.Pending) throw djonwrapperPINVOKE.SWIGPendingException.Retrieve();
 }
Beispiel #3
0
 internal static HandleRef getCPtr(SWIGTYPE_p___LONG64 obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }