Classes | Namespaces | Typedefs | Functions
ByteVector.hpp File Reference
#include <cstdint>
#include <limits>
#include <memory>
#include <type_traits>
#include <vector>
#include "Value.hpp"
Include dependency graph for ByteVector.hpp:
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

std::ostream& operator<< ( std::ostream &  s,
const msp::ByteVector val 
)
inline

Definition at line 469 of file ByteVector.hpp.



msp
Author(s): Christian Rauch
autogenerated on Tue Oct 6 2020 03:39:02