Anklang 0.3.0-460-gc4ef46ba
ASE — Anklang Sound Engine (C++)
« « « Anklang Documentation |
Public Member Functions | |
QuickSourcePArray (uint n_reserved, EventSourceP **reserved) | |
![]() | |
void | swap (QuickArray &o) |
QuickArray (uint n_reserved, EventSourceP * *reserved) | |
uint | size () const |
uint | capacity () const |
bool | empty () const |
EventSourceP * * | data () const |
EventSourceP * & | operator[] (uint n) |
const EventSourceP * & | operator[] (uint n) const |
iterator | begin () |
iterator | end () |
void | shrink (uint n) |
void | push (const EventSourceP * &d) |
void | resize (uint n) |
Additional Inherited Members | |
![]() | |
typedef EventSourceP * * | iterator |
Ase::QuickSourcePArray::QuickSourcePArray | ( | uint | n_reserved, |
EventSourceP ** | reserved | ||
) |