Anklang 0.3.0-460-gc4ef46ba
ASE — Anklang Sound Engine (C++)

« « « Anklang Documentation
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Ase::LoftFree Struct Reference

A std::unique_ptr<> deleter for Loft allocations. More...

#include "loft.hh"

Public Member Functions

void operator() (void *)
 

Public Attributes

size_t size
 
void(* dtor_ )(void *)
 

Detailed Description

A std::unique_ptr<> deleter for Loft allocations.

Definition at line 20 of file loft.hh.

Member Function Documentation

◆ operator()()

void Ase::LoftFree::operator() ( void *  p)

Definition at line 521 of file loft.cc.

Member Data Documentation

◆ dtor_

void(* Ase::LoftFree::dtor_) (void *)

Definition at line 22 of file loft.hh.

◆ size

size_t Ase::LoftFree::size

Definition at line 21 of file loft.hh.


The documentation for this struct was generated from the following files: