activemq-cpp-3.3.0
|
#include <decaf/util/Config.h>
#include <decaf/util/Iterator.h>
#include <decaf/util/AbstractCollection.h>
#include <decaf/lang/Exception.h>
#include <decaf/lang/exceptions/IndexOutOfBoundsException.h>
#include <decaf/util/NoSuchElementException.h>
Go to the source code of this file.
Data Structures | |
class | decaf::util::Queue< E > |
A kind of collection provides advanced operations than other basic collections, such as insertion, extraction, and inspection. More... | |
Namespaces | |
namespace | decaf |
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. | |
namespace | decaf::util |