rippled
Public Member Functions | List of all members
ripple::test::csf::CollectorRef::ICollector Struct Referenceabstract
Inheritance diagram for ripple::test::csf::CollectorRef::ICollector:
Inheritance graph
[legend]

Public Member Functions

virtual ~ICollector ()=default
 
virtual void on (PeerID node, tp when, Share< Tx > const &)=0
 
virtual void on (PeerID node, tp when, Share< TxSet > const &)=0
 
virtual void on (PeerID node, tp when, Share< Validation > const &)=0
 
virtual void on (PeerID node, tp when, Share< Ledger > const &)=0
 
virtual void on (PeerID node, tp when, Share< Proposal > const &)=0
 
virtual void on (PeerID node, tp when, Receive< Tx > const &)=0
 
virtual void on (PeerID node, tp when, Receive< TxSet > const &)=0
 
virtual void on (PeerID node, tp when, Receive< Validation > const &)=0
 
virtual void on (PeerID node, tp when, Receive< Ledger > const &)=0
 
virtual void on (PeerID node, tp when, Receive< Proposal > const &)=0
 
virtual void on (PeerID node, tp when, Relay< Tx > const &)=0
 
virtual void on (PeerID node, tp when, Relay< TxSet > const &)=0
 
virtual void on (PeerID node, tp when, Relay< Validation > const &)=0
 
virtual void on (PeerID node, tp when, Relay< Ledger > const &)=0
 
virtual void on (PeerID node, tp when, Relay< Proposal > const &)=0
 
virtual void on (PeerID node, tp when, SubmitTx const &)=0
 
virtual void on (PeerID node, tp when, StartRound const &)=0
 
virtual void on (PeerID node, tp when, CloseLedger const &)=0
 
virtual void on (PeerID node, tp when, AcceptLedger const &)=0
 
virtual void on (PeerID node, tp when, WrongPrevLedger const &)=0
 
virtual void on (PeerID node, tp when, FullyValidateLedger const &)=0
 

Detailed Description

Definition at line 73 of file CollectorRef.h.

Constructor & Destructor Documentation

◆ ~ICollector()

virtual ripple::test::csf::CollectorRef::ICollector::~ICollector ( )
virtualdefault

Member Function Documentation

◆ on() [1/21]

virtual void ripple::test::csf::CollectorRef::ICollector::on ( PeerID  node,
tp  when,
Share< Tx > const &   
)
pure virtual

◆ on() [2/21]

virtual void ripple::test::csf::CollectorRef::ICollector::on ( PeerID  node,
tp  when,
Share< TxSet > const &   
)
pure virtual

◆ on() [3/21]

virtual void ripple::test::csf::CollectorRef::ICollector::on ( PeerID  node,
tp  when,
Share< Validation > const &   
)
pure virtual

◆ on() [4/21]

virtual void ripple::test::csf::CollectorRef::ICollector::on ( PeerID  node,
tp  when,
Share< Ledger > const &   
)
pure virtual

◆ on() [5/21]

virtual void ripple::test::csf::CollectorRef::ICollector::on ( PeerID  node,
tp  when,
Share< Proposal > const &   
)
pure virtual

◆ on() [6/21]

virtual void ripple::test::csf::CollectorRef::ICollector::on ( PeerID  node,
tp  when,
Receive< Tx > const &   
)
pure virtual

◆ on() [7/21]

virtual void ripple::test::csf::CollectorRef::ICollector::on ( PeerID  node,
tp  when,
Receive< TxSet > const &   
)
pure virtual

◆ on() [8/21]

virtual void ripple::test::csf::CollectorRef::ICollector::on ( PeerID  node,
tp  when,
Receive< Validation > const &   
)
pure virtual

◆ on() [9/21]

virtual void ripple::test::csf::CollectorRef::ICollector::on ( PeerID  node,
tp  when,
Receive< Ledger > const &   
)
pure virtual

◆ on() [10/21]

virtual void ripple::test::csf::CollectorRef::ICollector::on ( PeerID  node,
tp  when,
Receive< Proposal > const &   
)
pure virtual

◆ on() [11/21]

virtual void ripple::test::csf::CollectorRef::ICollector::on ( PeerID  node,
tp  when,
Relay< Tx > const &   
)
pure virtual

◆ on() [12/21]

virtual void ripple::test::csf::CollectorRef::ICollector::on ( PeerID  node,
tp  when,
Relay< TxSet > const &   
)
pure virtual

◆ on() [13/21]

virtual void ripple::test::csf::CollectorRef::ICollector::on ( PeerID  node,
tp  when,
Relay< Validation > const &   
)
pure virtual

◆ on() [14/21]

virtual void ripple::test::csf::CollectorRef::ICollector::on ( PeerID  node,
tp  when,
Relay< Ledger > const &   
)
pure virtual

◆ on() [15/21]

virtual void ripple::test::csf::CollectorRef::ICollector::on ( PeerID  node,
tp  when,
Relay< Proposal > const &   
)
pure virtual

◆ on() [16/21]

virtual void ripple::test::csf::CollectorRef::ICollector::on ( PeerID  node,
tp  when,
SubmitTx const &   
)
pure virtual

◆ on() [17/21]

virtual void ripple::test::csf::CollectorRef::ICollector::on ( PeerID  node,
tp  when,
StartRound const &   
)
pure virtual

◆ on() [18/21]

virtual void ripple::test::csf::CollectorRef::ICollector::on ( PeerID  node,
tp  when,
CloseLedger const &   
)
pure virtual

◆ on() [19/21]

virtual void ripple::test::csf::CollectorRef::ICollector::on ( PeerID  node,
tp  when,
AcceptLedger const &   
)
pure virtual

◆ on() [20/21]

virtual void ripple::test::csf::CollectorRef::ICollector::on ( PeerID  node,
tp  when,
WrongPrevLedger const &   
)
pure virtual

◆ on() [21/21]

virtual void ripple::test::csf::CollectorRef::ICollector::on ( PeerID  node,
tp  when,
FullyValidateLedger const &   
)
pure virtual