rippled
Public Member Functions | Public Attributes | List of all members
ripple::detail::RawStateTable::sleAction Struct Reference
Collaboration diagram for ripple::detail::RawStateTable::sleAction:
Collaboration graph
[legend]

Public Member Functions

 sleAction (Action action_, std::shared_ptr< SLE > const &sle_)
 

Public Attributes

Action action
 
std::shared_ptr< SLEsle
 

Detailed Description

Definition at line 110 of file RawStateTable.h.

Constructor & Destructor Documentation

◆ sleAction()

ripple::detail::RawStateTable::sleAction::sleAction ( Action  action_,
std::shared_ptr< SLE > const &  sle_ 
)

Definition at line 116 of file RawStateTable.h.

Member Data Documentation

◆ action

Action ripple::detail::RawStateTable::sleAction::action

Definition at line 112 of file RawStateTable.h.

◆ sle

std::shared_ptr<SLE> ripple::detail::RawStateTable::sleAction::sle

Definition at line 113 of file RawStateTable.h.