Exemplo n.º 1
0
 public dequeBasicBlob(uint size, BasicBlob value) : this(libtischPINVOKE.new_dequeBasicBlob__SWIG_1(size, BasicBlob.getCPtr(value)), true)
 {
     if (libtischPINVOKE.SWIGPendingException.Pending)
     {
         throw libtischPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 2
0
 public void add(BasicBlob val)
 {
     libtischPINVOKE.BlobHistory_add(swigCPtr, BasicBlob.getCPtr(val));
     if (libtischPINVOKE.SWIGPendingException.Pending)
     {
         throw libtischPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 3
0
 public void assign(uint n, BasicBlob value)
 {
     libtischPINVOKE.dequeBasicBlob_assign(swigCPtr, n, BasicBlob.getCPtr(value));
     if (libtischPINVOKE.SWIGPendingException.Pending)
     {
         throw libtischPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 4
0
 public void setitem(int i, BasicBlob x)
 {
     libtischPINVOKE.dequeBasicBlob_setitem(swigCPtr, i, BasicBlob.getCPtr(x));
     if (libtischPINVOKE.SWIGPendingException.Pending)
     {
         throw libtischPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 5
0
 public void push_back(BasicBlob x)
 {
     libtischPINVOKE.dequeBasicBlob_push_back(swigCPtr, BasicBlob.getCPtr(x));
     if (libtischPINVOKE.SWIGPendingException.Pending)
     {
         throw libtischPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 6
0
 public void resize(uint n, BasicBlob c)
 {
     libtischPINVOKE.dequeBasicBlob_resize__SWIG_0(swigCPtr, n, BasicBlob.getCPtr(c));
     if (libtischPINVOKE.SWIGPendingException.Pending)
     {
         throw libtischPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 7
0
 public virtual void process_blob(BasicBlob blob)
 {
     libtischPINVOKE.Matcher_process_blob(swigCPtr, BasicBlob.getCPtr(blob));
     if (libtischPINVOKE.SWIGPendingException.Pending)
     {
         throw libtischPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 8
0
    public BasicBlob getitem(int i)
    {
        BasicBlob ret = new BasicBlob(libtischPINVOKE.dequeBasicBlob_getitem(swigCPtr, i), false);

        if (libtischPINVOKE.SWIGPendingException.Pending)
        {
            throw libtischPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Exemplo n.º 9
0
    public BasicBlob back()
    {
        BasicBlob ret = new BasicBlob(libtischPINVOKE.dequeBasicBlob_back(swigCPtr), false);

        if (libtischPINVOKE.SWIGPendingException.Pending)
        {
            throw libtischPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Exemplo n.º 10
0
 public void add(BasicBlob val) {
   libtischPINVOKE.BlobHistory_add(swigCPtr, BasicBlob.getCPtr(val));
   if (libtischPINVOKE.SWIGPendingException.Pending) throw libtischPINVOKE.SWIGPendingException.Retrieve();
 }
Exemplo n.º 11
0
 public BasicBlob getitem(int i) {
   BasicBlob ret = new BasicBlob(libtischPINVOKE.dequeBasicBlob_getitem(swigCPtr, i), false);
   if (libtischPINVOKE.SWIGPendingException.Pending) throw libtischPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Exemplo n.º 12
0
 public void push_back(BasicBlob x) {
   libtischPINVOKE.dequeBasicBlob_push_back(swigCPtr, BasicBlob.getCPtr(x));
   if (libtischPINVOKE.SWIGPendingException.Pending) throw libtischPINVOKE.SWIGPendingException.Retrieve();
 }
Exemplo n.º 13
0
 public BasicBlob front() {
   BasicBlob ret = new BasicBlob(libtischPINVOKE.dequeBasicBlob_front(swigCPtr), false);
   if (libtischPINVOKE.SWIGPendingException.Pending) throw libtischPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Exemplo n.º 14
0
 public void resize(uint n, BasicBlob c) {
   libtischPINVOKE.dequeBasicBlob_resize__SWIG_0(swigCPtr, n, BasicBlob.getCPtr(c));
   if (libtischPINVOKE.SWIGPendingException.Pending) throw libtischPINVOKE.SWIGPendingException.Retrieve();
 }
Exemplo n.º 15
0
 public void assign(uint n, BasicBlob value) {
   libtischPINVOKE.dequeBasicBlob_assign(swigCPtr, n, BasicBlob.getCPtr(value));
   if (libtischPINVOKE.SWIGPendingException.Pending) throw libtischPINVOKE.SWIGPendingException.Retrieve();
 }
Exemplo n.º 16
0
 public dequeBasicBlob(uint size, BasicBlob value) : this(libtischPINVOKE.new_dequeBasicBlob__SWIG_1(size, BasicBlob.getCPtr(value)), true) {
   if (libtischPINVOKE.SWIGPendingException.Pending) throw libtischPINVOKE.SWIGPendingException.Retrieve();
 }
Exemplo n.º 17
0
 public void setitem(int i, BasicBlob x) {
   libtischPINVOKE.dequeBasicBlob_setitem(swigCPtr, i, BasicBlob.getCPtr(x));
   if (libtischPINVOKE.SWIGPendingException.Pending) throw libtischPINVOKE.SWIGPendingException.Retrieve();
 }
Exemplo n.º 18
0
 public void process_blob(BasicBlob b) {
   libtischPINVOKE.MatcherTUIOInput_process_blob(swigCPtr, BasicBlob.getCPtr(b));
   if (libtischPINVOKE.SWIGPendingException.Pending) throw libtischPINVOKE.SWIGPendingException.Retrieve();
 }
Exemplo n.º 19
0
 internal static HandleRef getCPtr(BasicBlob obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }