xrpld
Loading...
Searching...
No Matches
test
jtx
txflags.h
1
#pragma once
2
3
#include <test/jtx/Env.h>
4
#include <test/jtx/JTx.h>
5
6
#include <
cstdint
>
7
8
namespace
xrpl::test::jtx
{
9
13
class
Txflags
14
{
15
private
:
16
std::uint32_t
v_
;
17
18
public
:
19
explicit
Txflags
(
std::uint32_t
v) :
v_
(v)
20
{
21
}
22
23
void
24
operator()
(
Env
&,
JTx
& jt)
const
;
25
};
26
27
}
// namespace xrpl::test::jtx
xrpl::test::jtx::Env
A transaction testing environment.
Definition
Env.h:161
xrpl::test::jtx::Txflags::operator()
void operator()(Env &, JTx &jt) const
Definition
txflags.cpp:11
xrpl::test::jtx::Txflags::v_
std::uint32_t v_
Definition
txflags.h:16
xrpl::test::jtx::Txflags::Txflags
Txflags(std::uint32_t v)
Definition
txflags.h:19
cstdint
std::uint32_t
xrpl::test::jtx
Definition
Oracle_test.cpp:34
xrpl::test::jtx::JTx
Execution context for applying a JSON transaction.
Definition
JTx.h:27
Generated by
1.16.1