COMMS
Template library intended to help with implementation of communication protocols.
|
Contains comms::util::StringView class. More...
#include <algorithm>
#include <iterator>
#include <limits>
#include <string>
#include "comms/Assert.h"
#include "ArrayView.h"
Go to the source code of this file.
Classes | |
class | comms::util::StringView |
Describes an object that can refer to a constant contiguous sequence of char-like objects with the first element of the sequence at position zero. 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::StringView class.