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