Definition at line 74 of file RCLCxTx.h.
◆ MutableTxSet()
ripple::RCLTxSet::MutableTxSet::MutableTxSet |
( |
RCLTxSet const & |
src | ) |
|
◆ insert()
bool ripple::RCLTxSet::MutableTxSet::insert |
( |
Tx const & |
t | ) |
|
Insert a new transaction into the set.
- Parameters
-
t | The transaction to insert. |
- Returns
- Whether the transaction took place.
Definition at line 91 of file RCLCxTx.h.
◆ erase()
bool ripple::RCLTxSet::MutableTxSet::erase |
( |
Tx::ID const & |
entry | ) |
|
Remove a transaction from the set.
- Parameters
-
entry | The ID of the transaction to remove. |
- Returns
- Whether the transaction was removed.
Definition at line 102 of file RCLCxTx.h.
◆ RCLTxSet
◆ map_