pion-net
4.0.9
|
data type used to initialize blobs in variants without copy construction More...
#include <PionBlob.hpp>
Public Member Functions | |
BlobParams (AllocType &blob_alloc, const CharType *ptr, const std::size_t len) | |
constructor requires all parameters | |
Public Attributes | |
AllocType & | m_alloc |
const CharType * | m_ptr |
std::size_t | m_len |
data type used to initialize blobs in variants without copy construction
Definition at line 106 of file PionBlob.hpp.