Sirikata
Classes | Namespaces
libcore/include/sirikata/core/queue/SizedThreadSafeQueue.hpp File Reference
#include "ThreadSafeQueue.hpp"
Include dependency graph for SizedThreadSafeQueue.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Sirikata::SizedResourceMonitor
class  Sirikata::SizedThreadSafeQueue< T, ResourceMonitor, Superclass >
 This class acts like a thread safe queue but it conservatively tracks a particular resource size of the list to avoid wasting too much memory Is an adapter on any type of thread safe queue including Lock Free queues. More...

Namespaces

namespace  Sirikata
 

Note: All the classes provided in this file are thin wrappers around the corresponding classes in ASIO.