activemq-cpp-3.9.5
|
#include <activemq/util/Config.h>
#include <activemq/commands/SessionInfo.h>
#include <activemq/commands/ConsumerId.h>
#include <activemq/commands/ProducerId.h>
#include <activemq/state/ConsumerState.h>
#include <activemq/state/ProducerState.h>
#include <decaf/util/concurrent/atomic/AtomicBoolean.h>
#include <decaf/util/concurrent/ConcurrentStlMap.h>
#include <string>
Go to the source code of this file.
Data Structures | |
class | activemq::state::SessionState |
class | activemq::state::ConcurrentStlMap< K, V, COMPARATOR > |
Map template that wraps around a std::map to provide a more user-friendly interface and to provide common functions that do not exist in std::map. More... | |
class | activemq::state::AtomicBoolean |
A boolean value that may be updated atomically. More... | |
Namespaces | |
namespace | activemq |
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. | |
namespace | activemq::state |