|
rippled
|

Public Member Functions | |
| SHAMapItem (uint256 const &tag, Blob const &data) | |
| SHAMapItem (uint256 const &tag, Serializer const &s) | |
| SHAMapItem (uint256 const &tag, Serializer &&s) | |
| Slice | slice () const |
| uint256 const & | key () const |
| Blob const & | peekData () const |
| std::size_t | size () const |
| void const * | data () const |
Private Attributes | |
| uint256 | tag_ |
| Blob | data_ |
Definition at line 34 of file SHAMapItem.h.
Definition at line 27 of file SHAMapItem.cpp.
| ripple::SHAMapItem::SHAMapItem | ( | uint256 const & | tag, |
| Serializer const & | s | ||
| ) |
Definition at line 32 of file SHAMapItem.cpp.
| ripple::SHAMapItem::SHAMapItem | ( | uint256 const & | tag, |
| Serializer && | s | ||
| ) |
Definition at line 37 of file SHAMapItem.cpp.
| Slice ripple::SHAMapItem::slice | ( | ) | const |
Definition at line 63 of file SHAMapItem.h.
| uint256 const & ripple::SHAMapItem::key | ( | ) | const |
Definition at line 81 of file SHAMapItem.h.
| Blob const & ripple::SHAMapItem::peekData | ( | ) | const |
Definition at line 87 of file SHAMapItem.h.
| std::size_t ripple::SHAMapItem::size | ( | ) | const |
Definition at line 69 of file SHAMapItem.h.
| void const * ripple::SHAMapItem::data | ( | ) | const |
Definition at line 75 of file SHAMapItem.h.
|
private |
Definition at line 37 of file SHAMapItem.h.
|
private |
Definition at line 38 of file SHAMapItem.h.
1.8.17