|
rippled
|

Public Member Functions | |
| Key (uint256 const &account, SeqProxy seqProx, uint256 const &id) | |
| uint256 const & | getAccount () const |
| uint256 const & | getTXID () const |
Private Attributes | |
| uint256 | account_ |
| uint256 | txId_ |
| SeqProxy | seqProxy_ |
Friends | |
| bool | operator< (Key const &lhs, Key const &rhs) |
| bool | operator> (Key const &lhs, Key const &rhs) |
| bool | operator<= (Key const &lhs, Key const &rhs) |
| bool | operator>= (Key const &lhs, Key const &rhs) |
| bool | operator== (Key const &lhs, Key const &rhs) |
| bool | operator!= (Key const &lhs, Key const &rhs) |
Definition at line 40 of file CanonicalTXSet.h.
Definition at line 43 of file CanonicalTXSet.h.
| uint256 const& ripple::CanonicalTXSet::Key::getAccount | ( | ) | const |
Definition at line 82 of file CanonicalTXSet.h.
| uint256 const& ripple::CanonicalTXSet::Key::getTXID | ( | ) | const |
Definition at line 88 of file CanonicalTXSet.h.
|
friend |
Definition at line 25 of file CanonicalTXSet.cpp.
Definition at line 52 of file CanonicalTXSet.h.
Definition at line 58 of file CanonicalTXSet.h.
Definition at line 64 of file CanonicalTXSet.h.
Definition at line 70 of file CanonicalTXSet.h.
Definition at line 76 of file CanonicalTXSet.h.
|
private |
Definition at line 94 of file CanonicalTXSet.h.
|
private |
Definition at line 95 of file CanonicalTXSet.h.
|
private |
Definition at line 96 of file CanonicalTXSet.h.
1.8.17