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. | |
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 >.
|
friend |
Support for decorating streams (boost log, cout, etc.).
os | The stream |
decorator | The decorator |