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::FastMemory::Block Struct Reference

Reference for an allocated memory block. More...

#include "memory.hh"

Public Member Functions

Blockoperator= (const Block &src)
 
 Block (void *b, uint32 l)
 
 Block (const Block &src)=default
 

Public Attributes

void *const block_start
 
const uint32 block_length
 

Detailed Description

Reference for an allocated memory block.

Definition at line 90 of file memory.hh.

Constructor & Destructor Documentation

◆ Block()

Ase::FastMemory::Block::Block ( void *  b,
uint32  l 
)

Definition at line 94 of file memory.hh.

Member Function Documentation

◆ operator=()

Block & Ase::FastMemory::Block::operator= ( const Block src)

Definition at line 93 of file memory.hh.

Member Data Documentation

◆ block_length

const uint32 Ase::FastMemory::Block::block_length

Definition at line 92 of file memory.hh.

◆ block_start

void* const Ase::FastMemory::Block::block_start

Definition at line 91 of file memory.hh.


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