rippled
Public Member Functions | Private Attributes | Friends | List of all members
ripple::CanonicalTXSet::Key Class Reference
Collaboration diagram for ripple::CanonicalTXSet::Key:
Collaboration graph
[legend]

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)
 

Detailed Description

Definition at line 41 of file CanonicalTXSet.h.

Constructor & Destructor Documentation

◆ Key()

ripple::CanonicalTXSet::Key::Key ( uint256 const &  account,
SeqProxy  seqProx,
uint256 const &  id 
)

Definition at line 44 of file CanonicalTXSet.h.

Member Function Documentation

◆ getAccount()

uint256 const& ripple::CanonicalTXSet::Key::getAccount ( ) const

Definition at line 83 of file CanonicalTXSet.h.

◆ getTXID()

uint256 const& ripple::CanonicalTXSet::Key::getTXID ( ) const

Definition at line 89 of file CanonicalTXSet.h.

Friends And Related Function Documentation

◆ operator<

bool operator< ( CanonicalTXSet::Key const &  lhs,
CanonicalTXSet::Key const &  rhs 
)
friend

Definition at line 25 of file CanonicalTXSet.cpp.

◆ operator>

bool operator> ( Key const &  lhs,
Key const &  rhs 
)
friend

Definition at line 53 of file CanonicalTXSet.h.

◆ operator<=

bool operator<= ( Key const &  lhs,
Key const &  rhs 
)
friend

Definition at line 59 of file CanonicalTXSet.h.

◆ operator>=

bool operator>= ( Key const &  lhs,
Key const &  rhs 
)
friend

Definition at line 65 of file CanonicalTXSet.h.

◆ operator==

bool operator== ( Key const &  lhs,
Key const &  rhs 
)
friend

Definition at line 71 of file CanonicalTXSet.h.

◆ operator!=

bool operator!= ( Key const &  lhs,
Key const &  rhs 
)
friend

Definition at line 77 of file CanonicalTXSet.h.

Member Data Documentation

◆ account_

uint256 ripple::CanonicalTXSet::Key::account_
private

Definition at line 95 of file CanonicalTXSet.h.

◆ txId_

uint256 ripple::CanonicalTXSet::Key::txId_
private

Definition at line 96 of file CanonicalTXSet.h.

◆ seqProxy_

SeqProxy ripple::CanonicalTXSet::Key::seqProxy_
private

Definition at line 97 of file CanonicalTXSet.h.