Albrecht Schlosser
fb00fb3d66
Minimize and fix include statements of Fl_Int_Vector
...
- replace <FL/Fl.H> with <FL/Fl_Export.H> in public header
- add missing <string.h> in implementation
2023-02-02 17:00:28 +01:00
Greg Ercolano
9605b82e08
Added missing const on some methods
2022-11-07 10:59:19 -08:00
Greg Ercolano
6f24175e64
Added assignment by index example, doc clarifications.
2022-11-07 10:33:35 -08:00
Greg Ercolano
2a43a12b7b
Added empty(), ensure size() enlarges new vals = 0
2022-11-07 10:33:35 -08:00
Greg Ercolano
8b72f0c668
Add doxygen docs for Fl_Int_Vector.
...
While adding the docs, noticed some things that need modification
for proper public use. These are highlighted as \todo items and
\warning items, which will be fixed in a separate commit forthcoming. -erco
2022-11-06 20:21:46 -08:00
Albrecht Schlosser
8b92935b1e
Add Fl_Int_Vector: "an STL-ish vector without templates"
...
Code copied from Fl_Table and reformatted.
Thanks to Greg for the original code.
2022-11-06 16:32:29 +01:00