mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Reformatting using AStyle
This commit is contained in:
@@ -12,13 +12,13 @@ public:
|
||||
{
|
||||
public:
|
||||
Key (int op, const uint256& ledger, const uint160& object, int lastUse);
|
||||
int compare(const Key& k) const;
|
||||
bool operator<(const Key &k) const;
|
||||
bool operator>(const Key &k) const;
|
||||
bool operator<=(const Key &k) const;
|
||||
bool operator>=(const Key &k) const;
|
||||
bool operator!=(const Key &k) const;
|
||||
bool operator==(const Key &k) const;
|
||||
int compare (const Key& k) const;
|
||||
bool operator< (const Key& k) const;
|
||||
bool operator> (const Key& k) const;
|
||||
bool operator<= (const Key& k) const;
|
||||
bool operator>= (const Key& k) const;
|
||||
bool operator!= (const Key& k) const;
|
||||
bool operator== (const Key& k) const;
|
||||
|
||||
void touch (Key const& key) const;
|
||||
bool isExpired (int expireTime) const;
|
||||
|
||||
Reference in New Issue
Block a user