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 [CONFIGURATION] 2012-09-09 20:20:47 +00:00
c_deque.c [GB.DATA] 2012-11-06 21:03:07 +00:00
c_deque.h [CONFIGURATION] 2012-09-09 20:20:47 +00:00
c_list.c [GB.DATA] 2012-11-30 20:34:11 +00:00
c_list.h [GB.DATA] 2012-11-06 21:03:07 +00:00
gb.data.component [GB.DATA] 2012-11-06 21:03:07 +00:00
list.h [CONFIGURATION] 2012-09-09 20:20:47 +00:00
main.c [GB.DATA] 2012-11-06 21:03:07 +00:00
main.h [CONFIGURATION] 2012-09-09 20:20:47 +00:00
Makefile.am [GB.DATA] 2012-09-23 18:32:39 +00:00