|
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 47 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 50 of file KnownFormats.h.
| std::string const & ripple::KnownFormats< KeyType, Derived >::Item::getName | ( | ) | const |
Retrieve the name of the format.
Definition at line 67 of file KnownFormats.h.
| KeyType ripple::KnownFormats< KeyType, Derived >::Item::getType | ( | ) | const |
Retrieve the transaction type this format represents.
Definition at line 75 of file KnownFormats.h.
| SOTemplate const & ripple::KnownFormats< KeyType, Derived >::Item::getSOTemplate | ( | ) | const |
Definition at line 81 of file KnownFormats.h.
|
private |
Definition at line 87 of file KnownFormats.h.
|
private |
Definition at line 88 of file KnownFormats.h.
|
private |
Definition at line 89 of file KnownFormats.h.