Arkanjo 0.2
A tool for find code duplicated functions in codebases
Loading...
Searching...
No Matches
format_manager.hpp File Reference
+ Include dependency graph for format_manager.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FormatterManager
 

Macros

#define DEFINE_COLOR_HELPER(name)
 

Macro Definition Documentation

◆ DEFINE_COLOR_HELPER

#define DEFINE_COLOR_HELPER ( name)
Value:
inline std::string name(const std::string& text) { \
return fmt->colorize(text, Utils::name); \
}
static std::shared_ptr< IFormatter > get_formatter()

Definition at line 6 of file format_manager.hpp.