Go to the source code of this file.
 | 
| #define  | XsPortInfoList   XsPortInfoArray | 
|   | 
| #define  | XSPORTINFOLIST_INITIALIZER   XSPORTINFOARRAY_INITIALIZER | 
|   | 
| #define  | XsPortInfoList_assign(thisPtr,  size,  src)   XsArray_assign(thisPtr, sz, src) | 
|   | 
| #define  | XsPortInfoList_construct(thisPtr,  size,  src)   XsPortInfoArray_construct(thisPtr, size, src) | 
|   | 
| #define  | XsPortInfoList_destruct(thisPtr)   XsArray_destruct(thisPtr) | 
|   | 
| #define  | XsPortInfoList_copy(thisPtr,  copy)   XsArray_copy(copy, thisPtr) | 
|   | 
| #define  | XsPortInfoList_append(thisPtr,  other)   XsArray_append(thisPtr, other) | 
|   | 
| #define  | XsPortInfoList_erase(thisPtr,  index,  count)   XsArray_erase(thisPtr, index, count) | 
|   | 
| #define  | XsPortInfoList_swap(a,  b)   XsArray_swap(a, b) | 
|   | 
◆ XsPortInfoList
◆ XsPortInfoList_append
      
        
          | #define XsPortInfoList_append | 
          ( | 
            | 
          thisPtr,  | 
        
        
           | 
           | 
            | 
          other  | 
        
        
           | 
          ) | 
           |    XsArray_append(thisPtr, other) | 
        
      
 
 
◆ XsPortInfoList_assign
◆ XsPortInfoList_construct
◆ XsPortInfoList_copy
      
        
          | #define XsPortInfoList_copy | 
          ( | 
            | 
          thisPtr,  | 
        
        
           | 
           | 
            | 
          copy  | 
        
        
           | 
          ) | 
           |    XsArray_copy(copy, thisPtr) | 
        
      
 
 
◆ XsPortInfoList_destruct
◆ XsPortInfoList_erase
◆ XSPORTINFOLIST_INITIALIZER
◆ XsPortInfoList_swap