rippled
Loading...
Searching...
No Matches
xrpld
rpc
detail
LegacyPathFind.h
1
#pragma once
2
3
#include <
atomic
>
4
5
namespace
xrpl
{
6
7
class
Application;
8
9
namespace
RPC {
10
11
class
LegacyPathFind
12
{
13
public
:
14
LegacyPathFind
(
bool
isAdmin
,
Application
& app);
15
~LegacyPathFind
();
16
17
bool
18
isOk
()
const
19
{
20
return
m_isOk
;
21
}
22
23
private
:
24
static
std::atomic<int>
inProgress
;
25
26
bool
m_isOk
;
27
};
28
29
}
// namespace RPC
30
}
// namespace xrpl
atomic
xrpl::Application
Definition
Application.h:95
xrpl::RPC::LegacyPathFind
Definition
LegacyPathFind.h:12
xrpl::RPC::LegacyPathFind::isOk
bool isOk() const
Definition
LegacyPathFind.h:18
xrpl::RPC::LegacyPathFind::inProgress
static std::atomic< int > inProgress
Definition
LegacyPathFind.h:24
xrpl::RPC::LegacyPathFind::~LegacyPathFind
~LegacyPathFind()
Definition
LegacyPathFind.cpp:40
xrpl::RPC::LegacyPathFind::m_isOk
bool m_isOk
Definition
LegacyPathFind.h:26
xrpl
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition
algorithm.h:5
xrpl::isAdmin
bool isAdmin(Port const &port, Json::Value const ¶ms, beast::IP::Address const &remoteIp)
Definition
Role.cpp:63
Generated by
1.9.8