public void SetRange(int index, FUNCTION_POINTER_VECTOR values) { KeilMapLibPINVOKE.FUNCTION_POINTER_VECTOR_SetRange(swigCPtr, index, FUNCTION_POINTER_VECTOR.getCPtr(values)); if (KeilMapLibPINVOKE.SWIGPendingException.Pending) { throw KeilMapLibPINVOKE.SWIGPendingException.Retrieve(); } }
public FUNCTION_POINTER_VECTOR(FUNCTION_POINTER_VECTOR other) : this(KeilMapLibPINVOKE.new_FUNCTION_POINTER_VECTOR__SWIG_1(FUNCTION_POINTER_VECTOR.getCPtr(other)), true) { if (KeilMapLibPINVOKE.SWIGPendingException.Pending) { throw KeilMapLibPINVOKE.SWIGPendingException.Retrieve(); } }