rippled
Public Member Functions | Private Attributes | Static Private Attributes | List of all members
ripple::RPC::LegacyPathFind Class Reference
Collaboration diagram for ripple::RPC::LegacyPathFind:
Collaboration graph
[legend]

Public Member Functions

 LegacyPathFind (bool isAdmin, Application &app)
 
 ~LegacyPathFind ()
 
bool isOk () const
 

Private Attributes

bool m_isOk
 

Static Private Attributes

static std::atomic< int > inProgress
 

Detailed Description

Definition at line 31 of file LegacyPathFind.h.

Constructor & Destructor Documentation

◆ LegacyPathFind()

ripple::RPC::LegacyPathFind::LegacyPathFind ( bool  isAdmin,
Application app 
)

Definition at line 30 of file LegacyPathFind.cpp.

◆ ~LegacyPathFind()

ripple::RPC::LegacyPathFind::~LegacyPathFind ( )

Definition at line 62 of file LegacyPathFind.cpp.

Member Function Documentation

◆ isOk()

bool ripple::RPC::LegacyPathFind::isOk ( ) const

Definition at line 38 of file LegacyPathFind.h.

Member Data Documentation

◆ inProgress

std::atomic< int > ripple::RPC::LegacyPathFind::inProgress
staticprivate

Definition at line 44 of file LegacyPathFind.h.

◆ m_isOk

bool ripple::RPC::LegacyPathFind::m_isOk
private

Definition at line 46 of file LegacyPathFind.h.