xrpld
Loading...
Searching...
No Matches
xrpl::test::jtx::JTx::PropList Struct Reference
Collaboration diagram for xrpl::test::jtx::JTx::PropList:

Public Member Functions

 PropList ()=default
 PropList (PropList const &other)
PropListoperator= (PropList const &other)
 PropList (PropList &&src)=default
PropListoperator= (PropList &&src)=default

Public Attributes

std::vector< std::unique_ptr< BasicProp > > list

Detailed Description

Definition at line 121 of file JTx.h.

Constructor & Destructor Documentation

◆ PropList() [1/3]

xrpl::test::jtx::JTx::PropList::PropList ( )
default

◆ PropList() [2/3]

xrpl::test::jtx::JTx::PropList::PropList ( PropList const & other)

Definition at line 125 of file JTx.h.

◆ PropList() [3/3]

xrpl::test::jtx::JTx::PropList::PropList ( PropList && src)
default

Member Function Documentation

◆ operator=() [1/2]

PropList & xrpl::test::jtx::JTx::PropList::operator= ( PropList const & other)

Definition at line 132 of file JTx.h.

◆ operator=() [2/2]

PropList & xrpl::test::jtx::JTx::PropList::operator= ( PropList && src)
default

Member Data Documentation

◆ list

std::vector<std::unique_ptr<BasicProp> > xrpl::test::jtx::JTx::PropList::list

Definition at line 147 of file JTx.h.