Ejemplo n.º 1
0
 public void SetRange(int index, StrVector values)
 {
     NQuantLibcPINVOKE.StrVector_SetRange(swigCPtr, index, StrVector.getCPtr(values));
     if (NQuantLibcPINVOKE.SWIGPendingException.Pending)
     {
         throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 2
0
 public void SetRange(int index, StrVector values)
 {
     TreeizeRelDPINVOKE.StrVector_SetRange(swigCPtr, index, StrVector.getCPtr(values));
     if (TreeizeRelDPINVOKE.SWIGPendingException.Pending)
     {
         throw TreeizeRelDPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 3
0
 public StrVector(StrVector other) : this(NQuantLibcPINVOKE.new_StrVector__SWIG_1(StrVector.getCPtr(other)), true)
 {
     if (NQuantLibcPINVOKE.SWIGPendingException.Pending)
     {
         throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 4
0
 public StrVector(StrVector other) : this(TreeizeRelDPINVOKE.new_StrVector__SWIG_1(StrVector.getCPtr(other)), true)
 {
     if (TreeizeRelDPINVOKE.SWIGPendingException.Pending)
     {
         throw TreeizeRelDPINVOKE.SWIGPendingException.Retrieve();
     }
 }