CatapultServer
v0.5.0.1 (Elephant)
|
Tracks transaction changes and keeps track of net changes. More...
Public Member Functions | |
const TransactionInfosSet & | addedTransactionInfos () const |
Gets the infos of net added transactions. More... | |
const TransactionInfosSet & | removedTransactionInfos () const |
Gets the infos of net removed transactions. More... | |
void | add (const TransactionInfo &transactionInfo) |
Marks transaction info (transactionInfo) as added. More... | |
void | remove (const TransactionInfo &transactionInfo) |
Marks transaction info (transactionInfo) as removed. More... | |
void | reset () |
Clears all added and removed transactions. More... | |
Private Attributes | |
TransactionInfosSet | m_addedTransactionInfos |
TransactionInfosSet | m_removedTransactionInfos |
Tracks transaction changes and keeps track of net changes.
|
inline |
Marks transaction info (transactionInfo) as added.
|
inline |
Gets the infos of net added transactions.
|
inline |
Marks transaction info (transactionInfo) as removed.
|
inline |
Gets the infos of net removed transactions.
|
inline |
Clears all added and removed transactions.
|
private |
|
private |