|
rippled
|

Public Member Functions | |
| Key (uint256 const &account, std::uint32_t seq, uint256 const &id) | |
| bool | operator< (Key const &rhs) const |
| bool | operator> (Key const &rhs) const |
| bool | operator<= (Key const &rhs) const |
| bool | operator>= (Key const &rhs) const |
| bool | operator== (Key const &rhs) const |
| bool | operator!= (Key const &rhs) const |
| uint256 const & | getTXID () const |
Private Attributes | |
| uint256 | mAccount |
| uint256 | mTXid |
| std::uint32_t | mSeq |
Definition at line 39 of file CanonicalTXSet.h.
| ripple::CanonicalTXSet::Key::Key | ( | uint256 const & | account, |
| std::uint32_t | seq, | ||
| uint256 const & | id | ||
| ) |
Definition at line 42 of file CanonicalTXSet.h.
| bool ripple::CanonicalTXSet::Key::operator< | ( | Key const & | rhs | ) | const |
Definition at line 26 of file CanonicalTXSet.cpp.
| bool ripple::CanonicalTXSet::Key::operator> | ( | Key const & | rhs | ) | const |
Definition at line 44 of file CanonicalTXSet.cpp.
| bool ripple::CanonicalTXSet::Key::operator<= | ( | Key const & | rhs | ) | const |
Definition at line 62 of file CanonicalTXSet.cpp.
| bool ripple::CanonicalTXSet::Key::operator>= | ( | Key const & | rhs | ) | const |
Definition at line 80 of file CanonicalTXSet.cpp.
| bool ripple::CanonicalTXSet::Key::operator== | ( | Key const & | rhs | ) | const |
Definition at line 57 of file CanonicalTXSet.h.
| bool ripple::CanonicalTXSet::Key::operator!= | ( | Key const & | rhs | ) | const |
Definition at line 62 of file CanonicalTXSet.h.
| uint256 const& ripple::CanonicalTXSet::Key::getTXID | ( | ) | const |
Definition at line 68 of file CanonicalTXSet.h.
|
private |
Definition at line 74 of file CanonicalTXSet.h.
|
private |
Definition at line 75 of file CanonicalTXSet.h.
|
private |
Definition at line 76 of file CanonicalTXSet.h.
1.8.17