|
Anklang-0.3.0.dev551+gad1415e2 anklang-0.3.0.dev551+gad1415e2
ASE — Anklang Sound Engine (C++)
« « « Anklang Documentation |
This is a thread-safe asyncronous queue which blocks in pop() until data is provided through push(). More...
#include "platform.hh"
Public Member Functions | |
| void | push (const Value &v) |
| Value | pop () |
| bool | pending () |
| void | swap (std::list< Value > &list) |
This is a thread-safe asyncronous queue which blocks in pop() until data is provided through push().
Definition at line 118 of file platform.hh.
| bool Ase::AsyncBlockingQueue< Value >::pending | ( | ) |
Definition at line 229 of file platform.hh.
| Value Ase::AsyncBlockingQueue< Value >::pop | ( | ) |
Definition at line 218 of file platform.hh.
| void Ase::AsyncBlockingQueue< Value >::push | ( | const Value & | v | ) |
Definition at line 208 of file platform.hh.
| void Ase::AsyncBlockingQueue< Value >::swap | ( | std::list< Value > & | list | ) |
Definition at line 236 of file platform.hh.