상속: IDisposable
예제 #1
0
 public btClock(btClock other) : this(LinearMathPINVOKE.new_btClock__SWIG_1(btClock.getCPtr(other)), true)
 {
     if (LinearMathPINVOKE.SWIGPendingException.Pending)
     {
         throw LinearMathPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #2
0
 internal static HandleRef getCPtr(btClock obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
예제 #3
0
 public btClock(btClock other)
     : this(LinearMathPINVOKE.new_btClock__SWIG_1(btClock.getCPtr(other)), true)
 {
     if (LinearMathPINVOKE.SWIGPendingException.Pending) throw LinearMathPINVOKE.SWIGPendingException.Retrieve();
 }
예제 #4
0
 internal static HandleRef getCPtr(btClock obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }