Clio develop
The XRP Ledger API server.
|
A base class that allows attaching a tag decorator to a subclass. More...
#include <Taggable.hpp>
Public Member Functions | |
Taggable (Taggable &&)=default | |
Taggable & | operator= (Taggable &&)=default |
BaseTagDecorator const & | tag () const |
Getter for tag decorator. | |
Protected Member Functions | |
Taggable (util::TagDecoratorFactory const &tagFactory) | |
New Taggable from a specified factory. | |
A base class that allows attaching a tag decorator to a subclass.
|
inlineexplicitprotected |
New Taggable from a specified factory.
tagFactory | The factory to use |
|
inline |
Getter for tag decorator.