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

Public Member Functions | |
| Item (char const *name, KeyType type, std::initializer_list< SOElement > uniqueFields, std::initializer_list< 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 28 of file KnownFormats.h.
| ripple::KnownFormats< KeyType, Derived >::Item::Item | ( | char const * | name, |
| KeyType | type, | ||
| std::initializer_list< SOElement > | uniqueFields, | ||
| std::initializer_list< SOElement > | commonFields | ||
| ) |
Definition at line 31 of file KnownFormats.h.
| std::string const & ripple::KnownFormats< KeyType, Derived >::Item::getName | ( | ) | const |
Retrieve the name of the format.
Definition at line 48 of file KnownFormats.h.
| KeyType ripple::KnownFormats< KeyType, Derived >::Item::getType | ( | ) | const |
Retrieve the transaction type this format represents.
Definition at line 56 of file KnownFormats.h.
| SOTemplate const & ripple::KnownFormats< KeyType, Derived >::Item::getSOTemplate | ( | ) | const |
Definition at line 62 of file KnownFormats.h.
|
private |
Definition at line 68 of file KnownFormats.h.
|
private |
Definition at line 69 of file KnownFormats.h.
|
private |
Definition at line 70 of file KnownFormats.h.