rippled
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
ripple::test::XChainSim_test::SmBase< T > Class Template Reference
Collaboration diagram for ripple::test::XChainSim_test::SmBase< T >:
Collaboration graph
[legend]

Public Member Functions

 SmBase (std::shared_ptr< ChainStateTracker > const &chainstate, BridgeDef const &bridge)
 
ChainStateTracksrcState ()
 
ChainStateTrackdestState ()
 
jtx::Account const & srcDoor ()
 
jtx::Account const & dstDoor ()
 

Protected Attributes

BridgeDef const & bridge_
 
std::shared_ptr< ChainStateTrackerst_
 

Detailed Description

template<class T>
class ripple::test::XChainSim_test::SmBase< T >

Definition at line 4562 of file XChain_test.cpp.

Constructor & Destructor Documentation

◆ SmBase()

template<class T >
ripple::test::XChainSim_test::SmBase< T >::SmBase ( std::shared_ptr< ChainStateTracker > const &  chainstate,
BridgeDef const &  bridge 
)

Definition at line 4565 of file XChain_test.cpp.

Member Function Documentation

◆ srcState()

template<class T >
ChainStateTrack & ripple::test::XChainSim_test::SmBase< T >::srcState ( )

Definition at line 4573 of file XChain_test.cpp.

◆ destState()

template<class T >
ChainStateTrack & ripple::test::XChainSim_test::SmBase< T >::destState ( )

Definition at line 4579 of file XChain_test.cpp.

◆ srcDoor()

template<class T >
jtx::Account const & ripple::test::XChainSim_test::SmBase< T >::srcDoor ( )

Definition at line 4585 of file XChain_test.cpp.

◆ dstDoor()

template<class T >
jtx::Account const & ripple::test::XChainSim_test::SmBase< T >::dstDoor ( )

Definition at line 4591 of file XChain_test.cpp.

Member Data Documentation

◆ bridge_

template<class T >
BridgeDef const& ripple::test::XChainSim_test::SmBase< T >::bridge_
protected

Definition at line 4597 of file XChain_test.cpp.

◆ st_

Definition at line 4598 of file XChain_test.cpp.