rippled
Loading...
Searching...
No Matches
test
jtx
tags.h
1
#pragma once
2
3
namespace
xrpl
{
4
namespace
test {
5
6
namespace
jtx {
7
8
struct
none_t
9
{
10
none_t
()
11
{
12
}
13
};
14
static
none_t
const
none
;
15
16
struct
autofill_t
17
{
18
autofill_t
()
19
{
20
}
21
};
22
static
autofill_t
const
autofill
;
23
24
struct
disabled_t
25
{
26
disabled_t
()
27
{
28
}
29
};
30
static
disabled_t
const
disabled
;
31
33
struct
increment_t
34
{
35
increment_t
()
36
{
37
}
38
};
39
40
static
increment_t
const
increment
;
41
42
}
// namespace jtx
43
44
}
// namespace test
45
}
// namespace xrpl
xrpl::test::jtx::autofill
static autofill_t const autofill
Definition
tags.h:22
xrpl::test::jtx::increment
static increment_t const increment
Definition
tags.h:40
xrpl::test::jtx::none
static none_t const none
Definition
tags.h:14
xrpl::test::jtx::disabled
static disabled_t const disabled
Definition
tags.h:30
xrpl
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition
algorithm.h:5
xrpl::test::jtx::autofill_t
Definition
tags.h:17
xrpl::test::jtx::autofill_t::autofill_t
autofill_t()
Definition
tags.h:18
xrpl::test::jtx::disabled_t
Definition
tags.h:25
xrpl::test::jtx::disabled_t::disabled_t
disabled_t()
Definition
tags.h:26
xrpl::test::jtx::increment_t
Used for fee() calls that use an owner reserve increment.
Definition
tags.h:34
xrpl::test::jtx::increment_t::increment_t
increment_t()
Definition
tags.h:35
xrpl::test::jtx::none_t
Definition
tags.h:9
xrpl::test::jtx::none_t::none_t
none_t()
Definition
tags.h:10
Generated by
1.9.8