/[ascend]/trunk/base/generic/general/list.h
ViewVC logotype

Diff of /trunk/base/generic/general/list.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 60 by jds, Sun Oct 30 01:38:20 2005 UTC revision 61 by jds, Mon Nov 14 02:37:20 2005 UTC
# Line 675  extern void gl_delete(struct gl_list_t * Line 675  extern void gl_delete(struct gl_list_t *
675   *  tolerated (and has no effect).  The upper bound is checked by assertion.   *  tolerated (and has no effect).  The upper bound is checked by assertion.
676   *  If dispose is true then the memory associated with the item will also   *  If dispose is true then the memory associated with the item will also
677   *  be deallocated.  The specified list may not be NULL (checked by   *  be deallocated.  The specified list may not be NULL (checked by
678   *  asseretion).<br><br>   *  assertion).<br><br>
679   *   *
680   *  Complexity: O(gl_length(list))  <br>   *  Complexity: O(gl_length(list))  <br>
681   *  This is because all the list items to the right of the deleted   *  This is because all the list items to the right of the deleted

Legend:
Removed from v.60  
changed lines
  Added in v.61

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22