|
using | type = uint8_t[] |
|
using | pointer = uint8_t * |
|
using | uptr = std::unique_ptr< type, std::function< void(pointer)> > |
|
|
void | reserve (size_t reserve_size) |
|
| data_t (uptr d, size_t s) |
|
| data_t (data_t &&)=default |
|
data_t & | operator= (data_t &&)=default |
|
|
static data_t | create_non_owning (std::shared_ptr< uint8_t > datum, size_t size) |
|
static data_t | create_non_owning (uint8_t *datum, size_t size) |
|
Definition at line 156 of file base_types.hpp.
The documentation for this struct was generated from the following file: