Public Member Functions | List of all members
msp::Packable Struct Referenceabstract

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]

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 ( )
inlinevirtual

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 Tue Oct 6 2020 03:39:02