|
activemq-cpp-3.8.2
|
#include <decaf/util/Config.h>#include <decaf/util/concurrent/atomic/AtomicInteger.h>#include <decaf/util/concurrent/BlockingQueue.h>#include <decaf/util/concurrent/locks/ReentrantLock.h>#include <decaf/util/AbstractQueue.h>#include <decaf/util/Iterator.h>#include <decaf/lang/Integer.h>#include <decaf/lang/Math.h>#include <decaf/lang/Pointer.h>#include <decaf/util/NoSuchElementException.h>#include <decaf/lang/exceptions/IllegalArgumentException.h>#include <decaf/lang/exceptions/IllegalStateException.h>Go to the source code of this file.
Data Structures | |
| class | decaf::util::concurrent::LinkedBlockingQueue< E > |
| A BlockingQueue derivative that allows for a bound to be placed on the number of elements that can be enqueued at any one time. More... | |
Namespaces | |
| decaf | |
| Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. | |
| decaf::util | |
| decaf::util::concurrent | |