VSTGUI  4.3
Graphical User Interface Framework not only for VST plugins
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Groups Pages
DispatchList< T > Class Template Reference

Public Member Functions

 DispatchList ()
 
void add (T *obj)
 
void remove (T *obj)
 
bool empty () const
 
template<typename Procedure >
void forEach (Procedure proc)
 

Constructor & Destructor Documentation

Member Function Documentation

void add ( T *  obj)

+ Here is the caller graph for this function:

bool empty ( ) const

+ Here is the caller graph for this function:

void forEach ( Procedure  proc)

+ Here is the caller graph for this function:

void remove ( T *  obj)

+ Here is the caller graph for this function:


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