rippled
Loading...
Searching...
No Matches
include
xrpl
protocol
InnerObjectFormats.h
1
#pragma once
2
3
#include <xrpl/protocol/KnownFormats.h>
4
5
namespace
xrpl
{
6
9
class
InnerObjectFormats
:
public
KnownFormats
<int, InnerObjectFormats>
10
{
11
private
:
15
InnerObjectFormats
();
16
17
public
:
18
static
InnerObjectFormats
const
&
19
getInstance
();
20
21
SOTemplate
const
*
22
findSOTemplateBySField
(
SField
const
& sField)
const
;
23
};
24
25
}
// namespace xrpl
xrpl::InnerObjectFormats
Manages the list of known inner object formats.
Definition
InnerObjectFormats.h:10
xrpl::InnerObjectFormats::findSOTemplateBySField
SOTemplate const * findSOTemplateBySField(SField const &sField) const
Definition
InnerObjectFormats.cpp:172
xrpl::InnerObjectFormats::getInstance
static InnerObjectFormats const & getInstance()
Definition
InnerObjectFormats.cpp:165
xrpl::InnerObjectFormats::InnerObjectFormats
InnerObjectFormats()
Create the object.
Definition
InnerObjectFormats.cpp:7
xrpl::KnownFormats
Manages a list of known formats.
Definition
KnownFormats.h:23
xrpl::SField
Identifies fields.
Definition
SField.h:126
xrpl::SOTemplate
Defines the fields and their attributes within a STObject.
Definition
SOTemplate.h:88
xrpl
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition
algorithm.h:5
Generated by
1.9.8