COMMS
Template library intended to help with implementation of communication protocols.
|
Namespace for various allocation classes. More...
Namespace for various allocation classes.
Classes | |
class | DynMemory |
Dynamic memory allocator. More... | |
class | DynMemoryNoVirtualDestructor |
Dynamic memory allocator for message types without virtual destructor. More... | |
class | InPlacePool |
In-place object pool allocator. More... | |
class | InPlaceSingle |
In-place single object allocator. More... | |
class | InPlaceSingleNoVirtualDestructor |
In-place single object allocator for message objects without virtual destructor. More... | |