activemq-cpp-3.9.5
|
Namespaces | |
namespace | concurrent |
Data Structures | |
class | ByteArrayAdapter |
This class adapts primitive type arrays to a base byte array so that the classes can inter-operate on the same base byte array without copying data. More... | |
class | GenericResource |
A Generic Resource wraps some type and will delete it when the Resource itself is deleted. More... | |
class | HexStringParser |
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 | Resource |
Interface for all Managed Resources in Decaf, these objects are added to the Runtime System and are destroyed at shutdown. More... | |
class | ResourceLifecycleManager |
class | StringUtils |
class | TimerTask |
A Base class for a task object that can be scheduled for one-time or repeated execution by a Timer. More... | |
class | TimerTaskHeap |
A Binary Heap implemented specifically for the Timer class in Decaf Util. More... | |