Example #1
0
 public void Remove(MessageSpecification value)
 {
     GmsecPINVOKE.MessageSpecificationList_Remove(swigCPtr, MessageSpecification.getCPtr(value));
     if (GmsecPINVOKE.SWIGPendingException.Pending)
     {
         throw GmsecPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
 public void Insert(int index, MessageSpecification value)
 {
     GmsecPINVOKE.MessageSpecificationList_Insert(swigCPtr, index, MessageSpecification.getCPtr(value));
     if (GmsecPINVOKE.SWIGPendingException.Pending)
     {
         throw GmsecPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #3
0
        public int LastIndexOf(MessageSpecification value)
        {
            int ret = GmsecPINVOKE.MessageSpecificationList_LastIndexOf(swigCPtr, MessageSpecification.getCPtr(value));

            if (GmsecPINVOKE.SWIGPendingException.Pending)
            {
                throw GmsecPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #4
0
        public bool Contains(MessageSpecification value)
        {
            bool ret = GmsecPINVOKE.MessageSpecificationList_Contains(swigCPtr, MessageSpecification.getCPtr(value));

            if (GmsecPINVOKE.SWIGPendingException.Pending)
            {
                throw GmsecPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #5
0
        public static MessageSpecificationList Repeat(MessageSpecification value, int count)
        {
            global::System.IntPtr    cPtr = GmsecPINVOKE.MessageSpecificationList_Repeat(MessageSpecification.getCPtr(value), count);
            MessageSpecificationList ret  = (cPtr == global::System.IntPtr.Zero) ? null : new MessageSpecificationList(cPtr, true);

            if (GmsecPINVOKE.SWIGPendingException.Pending)
            {
                throw GmsecPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }