|
xrpld
|
A known format. More...
#include <KnownFormats.h>

Public Member Functions | |
| Item (char const *name, KeyType type, std::vector< SOElement > uniqueFields, std::vector< SOElement > commonFields) | |
| std::string const & | getName () const |
| Retrieve the name of the format. | |
| KeyType | getType () const |
| Retrieve the transaction type this format represents. | |
| SOTemplate const & | getSOTemplate () const |
Private Attributes | |
| SOTemplate | soTemplate_ |
| std::string const | name_ |
| KeyType const | type_ |
A known format.
Definition at line 33 of file KnownFormats.h.
| xrpl::KnownFormats< KeyType, Derived >::Item::Item | ( | char const * | name, |
| KeyType | type, | ||
| std::vector< SOElement > | uniqueFields, | ||
| std::vector< SOElement > | commonFields ) |
Definition at line 36 of file KnownFormats.h.
|
nodiscard |
Retrieve the name of the format.
Definition at line 55 of file KnownFormats.h.
|
nodiscard |
Retrieve the transaction type this format represents.
Definition at line 64 of file KnownFormats.h.
|
nodiscard |
Definition at line 70 of file KnownFormats.h.
|
private |
Definition at line 76 of file KnownFormats.h.
|
private |
Definition at line 77 of file KnownFormats.h.
|
private |
Definition at line 78 of file KnownFormats.h.