rippled
|
A known format. More...
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. More... | |
KeyType | getType () const |
Retrieve the transaction type this format represents. More... | |
SOTemplate const & | getSOTemplate () const |
Private Attributes | |
SOTemplate | soTemplate_ |
const std::string | name_ |
const KeyType | type_ |
A known format.
Definition at line 45 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 48 of file KnownFormats.h.
std::string const& ripple::KnownFormats< KeyType, Derived >::Item::getName | ( | ) | const |
Retrieve the name of the format.
Definition at line 65 of file KnownFormats.h.
KeyType ripple::KnownFormats< KeyType, Derived >::Item::getType | ( | ) | const |
Retrieve the transaction type this format represents.
Definition at line 73 of file KnownFormats.h.
SOTemplate const& ripple::KnownFormats< KeyType, Derived >::Item::getSOTemplate | ( | ) | const |
Definition at line 79 of file KnownFormats.h.
|
private |
Definition at line 85 of file KnownFormats.h.
|
private |
Definition at line 86 of file KnownFormats.h.
|
private |
Definition at line 87 of file KnownFormats.h.