OGLplus  (0.59.0) a C++ wrapper for rendering APIs

eagine::memory::block_owner Class Reference

Base class for classes that act as memory block owners. More...

#include <eagine/memory/block.hpp>

Static Protected Member Functions

static auto acquire_block (block b) noexcept -> owned_block
 Should be called to take the ownership of a memory block.
 
static void release_block (owned_block &&b) noexcept
 Should be called to release the ownership of a memory block.
 

Detailed Description

Base class for classes that act as memory block owners.

See also
owned_block

The documentation for this class was generated from the following file:

Copyright © 2015-2021 Matúš Chochlík.
<chochlik -at -gmail.com>
Documentation generated on Tue Apr 13 2021 by Doxygen (version 1.8.17).