![]() |
Audacity 3.2.0
|
Type of function that is informed when a block is about to be deleted. More...
#include <SampleBlock.h>
Additional Inherited Members | |
![]() | |
using | result_type = typename std::function< void(const SampleBlock &) >::result_type |
using | Scope = typename GlobalVariable< DeletionCallback, const std::function< void(const SampleBlock &) >, nullptr, Options... >::Scope |
![]() | |
using | variable_type = GlobalVariable |
using | stored_type = const std::function< void(const SampleBlock &) > |
using | mutable_type = std::remove_const_t< const std::function< void(const SampleBlock &) > > |
![]() | |
static result_type | Call (Arguments &&...arguments) |
Null check of the installed function is done for you. More... | |
![]() | |
static stored_type & | Get () |
Get the installed value. More... | |
static auto | Set (std::conditional_t< ScopedOnly, dummy, mutable_type > replacement) -> std::conditional_t< ScopedOnly, void, mutable_type > |
Move in a new value, move out and return the previous. More... | |
Type of function that is informed when a block is about to be deleted.
Definition at line 50 of file SampleBlock.h.