Pothos  0.5.0-ga4964040
The Pothos dataflow programming software suite
Public Member Functions | List of all members
Pothos::serialization::BinaryObject Class Reference

#include <BinaryObject.hpp>

Public Member Functions

 BinaryObject (const void *const buff, const size_t len)
 
template<typename Archive >
void save (Archive &ar, const unsigned int)
 
template<typename Archive >
void load (Archive &ar, const unsigned int)
 

Detailed Description

Wrap a chunk given a pointer and length in bytes. This interface is lightweight and does not copy.

Constructor & Destructor Documentation

Pothos::serialization::BinaryObject::BinaryObject ( const void *const  buff,
const size_t  len 
)
inline

Member Function Documentation

template<typename Archive >
void Pothos::serialization::BinaryObject::load ( Archive &  ar,
const unsigned  int 
)
inline
template<typename Archive >
void Pothos::serialization::BinaryObject::save ( Archive &  ar,
const unsigned  int 
)
inline

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