subsurface/desktop-widgets
Berthold Stoeger 98e9fee8bd core: replace divesite_table_t by a vector of std::unique_ptr<>s
This is a long commit, because it introduces a new abstraction:
a general std::vector<> of std::unique_ptrs<>.

Moreover, it replaces a number of pointers by C++ references,
when the callee does not suppoert null objects.

This simplifies memory management and makes ownership more
explicit. It is a proof-of-concept and a test-bed for
the other core data structrures.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
2024-06-10 13:05:57 +02:00
..
2015-10-30 10:36:49 -07:00
2024-06-10 13:05:57 +02:00
2024-01-20 09:38:22 -08:00
2020-01-24 09:51:02 -08:00
2020-03-19 08:37:59 -07:00
2024-05-17 16:44:04 +12:00
2017-11-30 23:14:46 -08:00
2017-11-30 23:14:46 -08:00
2017-11-30 23:14:46 -08:00
2015-10-30 10:36:49 -07:00
2024-01-07 16:01:55 -08:00
2017-11-30 23:14:46 -08:00