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