Ejemplo n.º 1
0
    public virtual bool is_generic(SWIGTYPE_p_EPrimitiveType generic)
    {
        bool ret = modshogunPINVOKE.SGObject_is_generic(swigCPtr, SWIGTYPE_p_EPrimitiveType.getCPtr(generic));

        if (modshogunPINVOKE.SWIGPendingException.Pending)
        {
            throw modshogunPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Ejemplo n.º 2
0
 public virtual bool is_generic(SWIGTYPE_p_EPrimitiveType generic) {
   bool ret = modshogunPINVOKE.SGObject_is_generic(swigCPtr, SWIGTYPE_p_EPrimitiveType.getCPtr(generic));
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
 internal static HandleRef getCPtr(SWIGTYPE_p_EPrimitiveType obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Ejemplo n.º 4
0
 internal static HandleRef getCPtr(SWIGTYPE_p_EPrimitiveType obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }