#include <BinaryObject.hpp>
|
| 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) |
|
Wrap a chunk given a pointer and length in bytes. This interface is lightweight and does not copy.
◆ BinaryObject()
Pothos::serialization::BinaryObject::BinaryObject |
( |
const void *const |
buff, |
|
|
const size_t |
len |
|
) |
| |
|
inline |
◆ load()
template<typename Archive >
void Pothos::serialization::BinaryObject::load |
( |
Archive & |
ar, |
|
|
const unsigned |
int |
|
) |
| |
|
inline |
◆ save()
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: