home *** CD-ROM | disk | FTP | other *** search
/ swCHIP 1991 January / swCHIP_95-1.bin / demo / wit4711 / lib / help / data / addelem. / addelem.bin
Text File  |  1995-12-09  |  327b  |  11 lines

  1. OPERATOR
  2.  
  3. addElem --- add an element to a vector or linked list
  4.  
  5.  
  6. DESCRIPTION
  7.  
  8. The addElem operator appends the input object to the end of the input vector 
  9. or linked list. The type of object currently stored in the input vector or 
  10. linked list must be the same as the type of object which is to be added. 
  11.