COMMS
Template library intended to help with implementation of communication protocols.
|
Contains definition of comms::field::String. More...
#include <vector>
#include "comms/CompileControl.h"
#include "comms/ErrorStatus.h"
#include "comms/options.h"
#include "comms/util/StaticString.h"
#include "comms/util/StringView.h"
#include "comms/util/detect.h"
#include "comms/util/type_traits.h"
#include "comms/field/basic/String.h"
#include "comms/field/details/AdaptBasicField.h"
#include "comms/field/details/OptionsParser.h"
#include "comms/details/tag.h"
Go to the source code of this file.
Classes | |
class | comms::field::String< TFieldBase, TOptions > |
Field that represents a string. More... | |
Namespaces | |
namespace | comms |
Main namespace for all classes / functions of COMMS library. | |
namespace | comms::field |
Namespace that contains definitions of all message fields. | |
Contains definition of comms::field::String.