|
Arkanjo 0.2
A tool for find code duplicated functions in codebases
|
#include <arkanjo/commands/command.hpp>#include <arkanjo/utils/utils.hpp>#include <arkanjo/formatter/format_manager.hpp>#include <arkanjo/base/config.hpp>#include <algorithm>
Include dependency graph for command_base.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | has_options< typename, typename > |
| struct | has_options< T, std::void_t< decltype(T::options_)> > |
| class | CommandBase< Derived > |
Macros | |
| #define | COMMAND_DESCRIPTION(str) |
| #define COMMAND_DESCRIPTION | ( | str | ) |
Definition at line 9 of file command_base.hpp.