Scavenger.h File Reference
#include "system/System.h"
#include <vector>
#include <list>
#include <QMutex>
#include <iostream>
Include dependency graph for Scavenger.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Scavenger< T >
 A very simple class that facilitates running things like plugins without locking, by collecting unwanted objects and deleting them after a delay so as to be sure nobody's in the middle of using them. More...
 
class  ScavengerArrayWrapper< T >
 A wrapper to permit arrays to be scavenged. More...