LUMIERA.clone/tests/core/steam
Ichthyostega 856d8a3b51 Library: allow to reverse intrusive single linked list
Looks like we'll actually retain and use this low-level solution
in cases where we just can not afford heap allocations but need
to keep polymorphic objects close to one another in memory.

Since single linked lists are filled by prepending, it is rather
common to need the reversed order of elements for traversal,
which can be achieved in linear time.

And while we're here, we can modernise the templated emplacement functions
2023-04-20 18:53:17 +02:00
..
asset Library: rectify confusingly named function on the Grid API 2022-12-05 01:05:23 +01:00
control Functions-Commands: discard the ability to compare functors for equivalence (closes #294) 2019-06-23 19:45:30 +02:00
engine Library: allow to reverse intrusive single linked list 2023-04-20 18:53:17 +02:00
mobject Timeline: start implementing some bits of the drawing code 2019-07-14 17:53:21 +02:00
play Global-Layer-Renaming: adjust namespace qualification 2018-11-15 23:59:23 +01:00