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

Public Member Functions

ChainStateTracksrcState ()
 
ChainStateTrackdestState ()
 
jtx::Account const & srcDoor ()
 
jtx::Account const & dstDoor ()
 

Protected Attributes

BridgeDef const & bridge_
 
std::shared_ptr< ChainStateTrackerst_
 
friend T
 

Private Member Functions

 SmBase (std::shared_ptr< ChainStateTracker > const &chainstate, BridgeDef const &bridge)
 

Detailed Description

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

Definition at line 4012 of file XChain_test.cpp.

Constructor & Destructor Documentation

◆ SmBase()

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

Definition at line 4014 of file XChain_test.cpp.

Member Function Documentation

◆ srcState()

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

Definition at line 4021 of file XChain_test.cpp.

◆ destState()

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

Definition at line 4027 of file XChain_test.cpp.

◆ srcDoor()

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

Definition at line 4033 of file XChain_test.cpp.

◆ dstDoor()

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

Definition at line 4039 of file XChain_test.cpp.

Member Data Documentation

◆ bridge_

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

Definition at line 4045 of file XChain_test.cpp.

◆ st_

Definition at line 4046 of file XChain_test.cpp.

◆ T

template<class T >
friend xrpl::test::XChainSim_test::SmBase< T >::T
protected

Definition at line 4048 of file XChain_test.cpp.