| 
    COMMS
    
   Template library intended to help with implementation of communication protocols. 
   | 
 
Contains comms::util::StaticVector class. More...
#include "comms/Assert.h"#include "comms/CompileControl.h"#include "comms/util/AlignedStorage.h"#include <algorithm>#include <array>#include <cstddef>#include <initializer_list>#include <iterator>#include <utility>Go to the source code of this file.
Classes | |
| class | comms::util::StaticVector< T, TSize > | 
| Replacement to std::vector when no dynamic memory allocation is allowed.  More... | |
Namespaces | |
| namespace | comms | 
| Main namespace for all classes / functions of COMMS library.  | |
| namespace | comms::util | 
| Namespace for various utility classes and/or functions used by COMMS library.  | |
| namespace | std | 
| STL namespace.  | |
Contains comms::util::StaticVector class.