#include <value.h>
Definition at line 114 of file value.h.
◆ ~storage_t()
ledger::value_t::storage_t::~storage_t |
( |
| ) |
|
|
inline |
Destructor.
Must only be called when the reference count has reached zero. The ‘destroy’ method is used to do the actual cleanup of the data, since it's quite possible for ‘destroy’ to be called while the object is still active – to clear the stored data for subsequent reuse of the storage_t object.
Definition at line 168 of file value.h.
References TRACE_DTOR, and VERIFY.
◆ intrusive_ptr_add_ref
◆ intrusive_ptr_release
◆ value_t
The documentation for this class was generated from the following file: