Ejemplo n.º 1
0
 public static void json_set_allocation_functions(SWIGTYPE_p_f_size_t__p_void malloc_fun, SWIGTYPE_p_f_p_void__void free_fun)
 {
     parsonPINVOKE.json_set_allocation_functions(SWIGTYPE_p_f_size_t__p_void.getCPtr(malloc_fun), SWIGTYPE_p_f_p_void__void.getCPtr(free_fun));
 }
Ejemplo n.º 2
0
 public static void btAlignedAllocSetCustom(SWIGTYPE_p_f_size_t__p_void allocFunc, SWIGTYPE_p_f_p_void__void freeFunc)
 {
     BulletPINVOKE.btAlignedAllocSetCustom(SWIGTYPE_p_f_size_t__p_void.getCPtr(allocFunc), SWIGTYPE_p_f_p_void__void.getCPtr(freeFunc));
 }
Ejemplo n.º 3
0
 internal static HandleRef getCPtr(SWIGTYPE_p_f_size_t__p_void obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Ejemplo n.º 4
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_f_size_t__p_void obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }