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