|
rippled
|


Public Member Functions | |
| SHAMapItem ()=delete | |
| SHAMapItem (uint256 const &tag, Slice data) | |
| uint256 const & | key () const |
| Slice | slice () const |
| std::size_t | size () const |
| void const * | data () const |
Static Private Member Functions | |
| static auto & | getCounter () noexcept |
Private Attributes | |
| uint256 | tag_ |
| Buffer | data_ |
Definition at line 31 of file SHAMapItem.h.
|
delete |
Definition at line 40 of file SHAMapItem.h.
| uint256 const& ripple::SHAMapItem::key | ( | ) | const |
Definition at line 45 of file SHAMapItem.h.
| Slice ripple::SHAMapItem::slice | ( | ) | const |
Definition at line 51 of file SHAMapItem.h.
| std::size_t ripple::SHAMapItem::size | ( | ) | const |
Definition at line 57 of file SHAMapItem.h.
| void const* ripple::SHAMapItem::data | ( | ) | const |
Definition at line 63 of file SHAMapItem.h.
|
staticprivatenoexceptinherited |
Definition at line 128 of file CountedObject.h.
|
private |
Definition at line 34 of file SHAMapItem.h.
|
private |
Definition at line 35 of file SHAMapItem.h.
1.8.17