xrpld
Loading...
Searching...
No Matches
xrpl::RPC::LegacyPathFind Class Reference

#include <LegacyPathFind.h>

Collaboration diagram for xrpl::RPC::LegacyPathFind:

Public Member Functions

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

Private Attributes

bool isOk_ {false}

Static Private Attributes

static std::atomic< int > inProgress

Detailed Description

Definition at line 11 of file LegacyPathFind.h.

Constructor & Destructor Documentation

◆ LegacyPathFind()

xrpl::RPC::LegacyPathFind::LegacyPathFind ( bool isAdmin,
Application & app )

Definition at line 14 of file LegacyPathFind.cpp.

◆ ~LegacyPathFind()

xrpl::RPC::LegacyPathFind::~LegacyPathFind ( )

Definition at line 42 of file LegacyPathFind.cpp.

Member Function Documentation

◆ isOk()

bool xrpl::RPC::LegacyPathFind::isOk ( ) const
nodiscard

Definition at line 18 of file LegacyPathFind.h.

Member Data Documentation

◆ inProgress

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

Definition at line 24 of file LegacyPathFind.h.

◆ isOk_

bool xrpl::RPC::LegacyPathFind::isOk_ {false}
private

Definition at line 26 of file LegacyPathFind.h.