COMMS
Template library intended to help with implementation of communication protocols.
Classes
comms::util::alloc Namespace Reference

Namespace for various allocation classes. More...

Detailed Description

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...