Audio Processing Framework (APF) version 0.5.0
Classes | Namespaces
rtlist.h File Reference

A (under certain circumstances) realtime-safe list. More...

#include <list>
#include <algorithm>
#include "apf/commandqueue.h"

Go to the source code of this file.

Classes

class  apf::RtList< T * >
 A list for realtime access and non-realtime modification. More...
 
class  apf::RtList< T * >::AddCommand
 Command to add an element to a list. More...
 
class  apf::RtList< T * >::RemCommand
 Command to remove an element from a list. More...
 
class  apf::RtList< T * >::ClearCommand
 Command to remove all elements from a list. More...
 

Namespaces

namespace  apf
 Audio Processing Framework.
 

Detailed Description

A (under certain circumstances) realtime-safe list.

Definition in file rtlist.h.