Ejemplo n.º 1
0
 public void SetRange(int index, VectorString values)
 {
     FiftyOneDegreesPatternV3PINVOKE.VectorString_SetRange(swigCPtr, index, VectorString.getCPtr(values));
     if (FiftyOneDegreesPatternV3PINVOKE.SWIGPendingException.Pending)
     {
         throw FiftyOneDegreesPatternV3PINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 2
0
 public void SetRange(int index, VectorString values)
 {
     PapillonPINVOKE.VectorString_SetRange(swigCPtr, index, VectorString.getCPtr(values));
     if (PapillonPINVOKE.SWIGPendingException.Pending)
     {
         throw PapillonPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 3
0
 public void AddRange(VectorString values)
 {
     FiftyOneDegreesTrieV3PINVOKE.VectorString_AddRange(swigCPtr, VectorString.getCPtr(values));
     if (FiftyOneDegreesTrieV3PINVOKE.SWIGPendingException.Pending)
     {
         throw FiftyOneDegreesTrieV3PINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 4
0
 public VectorString(VectorString other) : this(PapillonPINVOKE.new_VectorString__SWIG_1(VectorString.getCPtr(other)), true)
 {
     if (PapillonPINVOKE.SWIGPendingException.Pending)
     {
         throw PapillonPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 5
0
 public Provider(string fileName, VectorString propertiesArray) : this(FiftyOneDegreesTrieV3PINVOKE.new_Provider__SWIG_2(fileName, VectorString.getCPtr(propertiesArray)), true)
 {
     if (FiftyOneDegreesTrieV3PINVOKE.SWIGPendingException.Pending)
     {
         throw FiftyOneDegreesTrieV3PINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 6
0
 public Provider(string fileName, VectorString propertiesArray, int cacheSize, int poolSize) : this(FiftyOneDegreesPatternV3PINVOKE.new_Provider__SWIG_4(fileName, VectorString.getCPtr(propertiesArray), cacheSize, poolSize), true)
 {
     if (FiftyOneDegreesPatternV3PINVOKE.SWIGPendingException.Pending)
     {
         throw FiftyOneDegreesPatternV3PINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 7
0
 public VectorString(VectorString other) : this(FiftyOneDegreesPatternV3PINVOKE.new_VectorString__SWIG_1(VectorString.getCPtr(other)), true)
 {
     if (FiftyOneDegreesPatternV3PINVOKE.SWIGPendingException.Pending)
     {
         throw FiftyOneDegreesPatternV3PINVOKE.SWIGPendingException.Retrieve();
     }
 }