Lumiera
0.pre.03
»edit your freedom«
|
Go to the source code of this file.
Helper to deal with C-MALLOCed memory automatically.
This solution is a simple dress-up of std::unique_ptr, mostly for the purpose of documenting the issue at the usage site.
Definition in file unique-malloc-owner.hpp.
Classes | |
class | UniqueMallocOwner< X > |
Ownership token for a piece of heap memory allocated in plain-C style. More... | |
Namespaces | |
lib | |
Implementation namespace for support and library code. | |