예제 #1
0
파일: IntVector.cs 프로젝트: d-Pixie/cAudio
 public IntVector(IntVector other) : this(cAudioCSharpWrapperPINVOKE.new_IntVector__SWIG_1(IntVector.getCPtr(other)), true)
 {
     if (cAudioCSharpWrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw cAudioCSharpWrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #2
0
파일: IntVector.cs 프로젝트: d-Pixie/cAudio
 internal static HandleRef getCPtr(IntVector obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }