![]() |
Lumiera 0.pre.04
»edit your freedom«
|
Helper to deal with C-MALLOCed memory automatically. More...
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.
Namespaces | |
| namespace | lib |
| Implementation namespace for support and library code. | |
Classes | |
| class | UniqueMallocOwner< X > |
| Ownership token for a piece of heap memory allocated in plain-C style. More... | |