示例#1
0
 public void add_plif(PlifBase new_plif)
 {
     modshogunPINVOKE.PlifArray_add_plif(swigCPtr, PlifBase.getCPtr(new_plif));
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#2
0
 internal static HandleRef getCPtr(PlifBase obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
示例#3
0
 internal static HandleRef getCPtr(PlifBase obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
示例#4
0
 public void add_plif(PlifBase new_plif) {
   modshogunPINVOKE.PlifArray_add_plif(swigCPtr, PlifBase.getCPtr(new_plif));
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
 }