|
Clio
develop
The XRP Ledger API server.
|
Represents any tag decorator. More...
#include <Taggable.hpp>

Public Member Functions | |
| virtual void | decorate (std::ostream &os) const =0 |
| Decorates a std::ostream. | |
| std::string | toString () const |
| Gets the string representation of the tag. | |
Friends | |
| std::ostream & | operator<< (std::ostream &os, BaseTagDecorator const &decorator) |
| Support for decorating streams (boost log, cout, etc.). | |
Represents any tag decorator.
|
pure virtual |
Decorates a std::ostream.
| os | The stream to decorate |
Implemented in util::TagDecorator< Generator >, and util::TagDecorator< impl::NullTagGenerator >.
|
inline |
Gets the string representation of the tag.
|
friend |
Support for decorating streams (boost log, cout, etc.).
| os | The stream |
| decorator | The decorator |