#include <cstdint>
#include <limits>
#include <memory>
#include <type_traits>
#include <vector>
#include "Value.hpp"
Go to the source code of this file.
Classes | |
class | msp::ByteVector |
struct | msp::Packable |
Definition of a pure virtual class used to indicate that a child class can pack itself into a ByteVector and unpack itself from a ByteVector. More... | |
Namespaces | |
msp | |
Typedefs | |
typedef std::shared_ptr< ByteVector > | msp::ByteVectorPtr |
typedef std::unique_ptr< ByteVector > | msp::ByteVectorUptr |
Functions | |
std::ostream & | operator<< (std::ostream &s, const msp::ByteVector &val) |
|
inline |
Definition at line 469 of file ByteVector.hpp.