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::Extent32 Struct Reference

Public Member Functions

 Extent32 (uint32 sz=0)
 
 Extent32 (uint32 st, uint32 len)
 
void reset (uint32 sz=0)
 
void zero (char *area) const
 

Public Attributes

uint32 start
 
uint32 length
 

Detailed Description

Definition at line 132 of file memory.cc.

Constructor & Destructor Documentation

◆ Extent32() [1/2]

Ase::FastMemory::Extent32::Extent32 ( uint32  sz = 0)
explicit

Definition at line 135 of file memory.cc.

◆ Extent32() [2/2]

Ase::FastMemory::Extent32::Extent32 ( uint32  st,
uint32  len 
)
explicit

Definition at line 136 of file memory.cc.

Member Function Documentation

◆ reset()

void Ase::FastMemory::Extent32::reset ( uint32  sz = 0)

Definition at line 137 of file memory.cc.

◆ zero()

void Ase::FastMemory::Extent32::zero ( char area) const

Definition at line 138 of file memory.cc.

Member Data Documentation

◆ length

uint32 Ase::FastMemory::Extent32::length

Definition at line 134 of file memory.cc.

◆ start

uint32 Ase::FastMemory::Extent32::start

Definition at line 133 of file memory.cc.


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