gambas-source-code/main/lib/data
Tobias Boege 24386639bf [GB.DATA]
* NEW: Finish the List class
* NEW: Add List.Clear(). How could I go without since now?
* OPT: FYI, Current and enumerators remain relative to the _beginning_ of
  the list if they're removed in order to can access all elements in an
  enumeration.
* NEW: Return NULL for an invalid List.Current instead of raising an error.
  However, the attempt to remove an invalid Current still results in that
  error.



git-svn-id: svn://localhost/gambas/trunk@5403 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2012-11-30 20:34:11 +00:00
..
c_circular.c [GB.DATA] 2012-11-25 19:09:21 +00:00
c_circular.h
c_deque.c
c_deque.h
c_list.c [GB.DATA] 2012-11-30 20:34:11 +00:00
c_list.h
gb.data.component
list.h
main.c
main.h
Makefile.am