COMMS
Template library intended to help with implementation of communication protocols.
|
Contains comms::util::StaticString class. More...
#include <algorithm>
#include <iterator>
#include <string>
#include <initializer_list>
#include "comms/CompileControl.h"
#include "comms/Assert.h"
#include "StaticVector.h"
Go to the source code of this file.
Classes | |
class | comms::util::StaticString< TSize, TChar > |
Replacement to std::string 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::StaticString class.