|
Arkanjo 0.2
A tool for find code duplicated functions in codebases
|
This is the complete list of members for FormatterManager, including all inherited members.
| get_format() | FormatterManager | static |
| get_formatter() | FormatterManager | static |
| set_format(Format f) | FormatterManager | static |
| set_formatter(std::shared_ptr< IFormatter > f) | FormatterManager | static |
| warn(const std::string &str) | FormatterManager | static |
| write(const std::string &template_str, const std::vector< T > &data, enum Format effective=Format::AUTO, RowColorFn color_fn=nullptr, std::ostream &out=std::cout) | FormatterManager | static |
| write(const std::string &template_str, const T &item, Format effective=Format::AUTO, RowColorFn color_fn=nullptr, std::ostream &out=std::cout) | FormatterManager | static |
| write(const std::string &str, std::ostream &out=std::cout) | FormatterManager | static |