Sirikata
Classes | Namespaces
libcore/include/sirikata/core/queue/LockFreeQueue.hpp File Reference
#include <sirikata/core/util/AtomicTypes.hpp>
Include dependency graph for LockFreeQueue.hpp:

Go to the source code of this file.

Classes

class  Sirikata::LockFreeQueue< T >
 A queue of any type that has thread-safe push() and pop() functions. More...
struct  Sirikata::LockFreeQueue< T >::Node
class  Sirikata::LockFreeQueue< T >::FreeNodePool
class  Sirikata::LockFreeQueue< T >::NodeIterator

Namespaces

namespace  Sirikata
 

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