コード例 #1
0
 public TradeQue(TradeQue arg0) : this(ContextModulePINVOKE.new_TradeQue__SWIG_3(TradeQue.getCPtr(arg0)), true)
 {
     if (ContextModulePINVOKE.SWIGPendingException.Pending)
     {
         throw ContextModulePINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
 public void swap(TradeQue x)
 {
     ContextModulePINVOKE.TradeQue_swap(swigCPtr, TradeQue.getCPtr(x));
     if (ContextModulePINVOKE.SWIGPendingException.Pending)
     {
         throw ContextModulePINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #3
0
 public void setslice(int i, int j, TradeQue v)
 {
     ContextModulePINVOKE.TradeQue_setslice(swigCPtr, i, j, TradeQue.getCPtr(v));
     if (ContextModulePINVOKE.SWIGPendingException.Pending)
     {
         throw ContextModulePINVOKE.SWIGPendingException.Retrieve();
     }
 }