コード例 #1
0
ファイル: ParserCache.cs プロジェクト: KilledChicken/Fusee
 public static void Free(SWIGTYPE_p_p_ParserCache p) {
   C4dApiPINVOKE.ParserCache_Free(SWIGTYPE_p_p_ParserCache.getCPtr(p));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
 }
コード例 #2
0
 internal static HandleRef getCPtr(SWIGTYPE_p_p_ParserCache obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }