|
rippled
|
Utility for producing flattened node objects. More...

Public Member Functions | |
| void | prepare (std::shared_ptr< NodeObject > const &object) |
| void const * | getKey () const noexcept |
| std::size_t | getSize () const noexcept |
| void const * | getData () const noexcept |
Private Attributes | |
| void const * | m_key |
| Buffer | m_data |
Utility for producing flattened node objects.
Definition at line 34 of file EncodedBlob.h.
| void ripple::NodeStore::EncodedBlob::prepare | ( | std::shared_ptr< NodeObject > const & | object | ) |
Definition at line 27 of file EncodedBlob.cpp.
|
noexcept |
Definition at line 41 of file EncodedBlob.h.
|
noexcept |
Definition at line 47 of file EncodedBlob.h.
|
noexcept |
Definition at line 53 of file EncodedBlob.h.
|
private |
Definition at line 59 of file EncodedBlob.h.
|
private |
Definition at line 60 of file EncodedBlob.h.
1.8.17