Arkanjo 0.2
A tool for find code duplicated functions in codebases
Loading...
Searching...
No Matches
FormatterManager Member List

This is the complete list of members for FormatterManager, including all inherited members.

get_format()FormatterManagerstatic
get_formatter()FormatterManagerstatic
set_format(Format f)FormatterManagerstatic
set_formatter(std::shared_ptr< IFormatter > f)FormatterManagerstatic
warn(const std::string &str)FormatterManagerstatic
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)FormatterManagerstatic
write(const std::string &template_str, const T &item, Format effective=Format::AUTO, RowColorFn color_fn=nullptr, std::ostream &out=std::cout)FormatterManagerstatic
write(const std::string &str, std::ostream &out=std::cout)FormatterManagerstatic