BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <static_variant.hpp>
Public Member Functions | |
dynamic_storage () | |
~dynamic_storage () | |
void * | data () const |
void | alloc (size_t size) |
void | release () |
Definition at line 26 of file static_variant.hpp.
fc::impl::dynamic_storage::dynamic_storage | ( | ) |
Definition at line 6 of file static_variant.cpp.
fc::impl::dynamic_storage::~dynamic_storage | ( | ) |
Definition at line 8 of file static_variant.cpp.
void fc::impl::dynamic_storage::alloc | ( | size_t | size | ) |
Definition at line 19 of file static_variant.cpp.
void * fc::impl::dynamic_storage::data | ( | ) | const |
Definition at line 13 of file static_variant.cpp.
void fc::impl::dynamic_storage::release | ( | ) |
Definition at line 25 of file static_variant.cpp.