Public Member Functions
msp::Packable Struct Reference

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...

#include <ByteVector.hpp>

Inheritance diagram for msp::Packable:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual bool pack_into (ByteVector &data) const =0
virtual bool unpack_from (const ByteVector &data)=0
virtual ~Packable ()

Detailed Description

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.

Definition at line 458 of file ByteVector.hpp.


Constructor & Destructor Documentation

virtual msp::Packable::~Packable ( ) [inline, virtual]

Definition at line 459 of file ByteVector.hpp.


Member Function Documentation

virtual bool msp::Packable::pack_into ( ByteVector data) const [pure virtual]
virtual bool msp::Packable::unpack_from ( const ByteVector data) [pure virtual]

The documentation for this struct was generated from the following file:


msp
Author(s): Christian Rauch
autogenerated on Thu Jun 20 2019 19:40:38