The following structure can be expected, after __switching to C++20__ * Concept **Allocator** deals with the bare memory allocation * Concept **Factory** handles object creation and disposal by delegation * Concept **Handle** is a ready-made functor for dependency-injection Right now, an implementation of the ''prospective Factory Concept'' can be provided, by delegating through `std::allocator_traits` to a given `std::allocator` or compatible object |
||
|---|---|---|
| .. | ||
| common | ||
| include | ||
| lib | ||
| lumiera | ||
| plugin | ||
| stage | ||
| steam | ||
| tool | ||
| vault | ||
| .gitignore | ||
| DIR_INFO | ||
| doxygen.dox | ||
| SConscript | ||