|
activemq-cpp-3.9.5
|
Data Structures | |
| class | CommandVisitor |
| Interface for an Object that can visit the various Command Objects that are sent from and to this client. More... | |
| class | CommandVisitorAdapter |
| Default Implementation of a CommandVisitor that returns NULL for all calls. More... | |
| class | ConnectionState |
| class | ConnectionStateTracker |
| class | ConsumerState |
| class | ProducerState |
| class | SessionState |
| class | Tracked |
| class | TransactionState |
| class | Pointer |
| Decaf's implementation of a Smart Pointer that is a template on a Type and is Thread Safe if the default Reference Counter is used. More... | |
| class | ConcurrentStlMap |
| 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 | AtomicBoolean |
| A boolean value that may be updated atomically. More... | |
| class | LinkedList |
| A complete implementation of the List interface using a doubly linked list data structure. More... | |