Files | |
| file | ArrayBlockingQueue.hpp [code] |
| A blocking queue that uses wait/notify and an array to hold the elements. | |
| file | BlockingQueue.hpp [code] |
| Base interface for blocking queues. | |
| file | DependencyGraph.hpp [code] |
| A graph that models the dependencies between a set of objects of type T. | |
| file | ObjectTrie.hpp [code] |
| An object based trie used for parent-child hierarchies. | |
| file | Queue.hpp [code] |
| Base interface for queues. | |
| file | SynchronizedQueue.hpp [code] |
| A queue that uses a mutex to synchronise enqueue and dequeue calls. | |