Bitcoin ABC 0.26.3
P2P Digital Currency
|
RAII class that automatically cleanses its data on destruction. More...
Public Member Functions | |
SafeDbt () | |
SafeDbt (void *data, size_t size) | |
~SafeDbt () | |
const void * | get_data () const |
uint32_t | get_size () const |
operator Dbt * () | |
Private Attributes | |
Dbt | m_dbt |
RAII class that automatically cleanses its data on destruction.
BerkeleyBatch::SafeDbt::SafeDbt | ( | ) |
BerkeleyBatch::SafeDbt::~SafeDbt | ( | ) |