#include "utils/Config.h"#include "utils/Daemon.h"#include "utils/Exceptions.h"#include "utils/Formatter.h"Go to the source code of this file.
Namespaces | |
| namespace | utils |
Macros | |
| #define | XSTR(s) |
| #define | STR(s) |
Functions | |
| static std::shared_ptr< CLI::App > | utils::makeApp () |
| static std::string | utils::bash_backslash_escape_no_whitespace (std::string_view s) |
| static void | utils::createCommandLineOptions (std::stringstream &out, CLI::App *app, CLI::CallForCommandline::Mode mode) |
| static std::string | utils::createCommandLineOptions (CLI::App *app, CLI::CallForCommandline::Mode mode) |
| static void | utils::createCommandLineTemplate (std::stringstream &out, CLI::App *app, CLI::CallForCommandline::Mode mode) |
| static std::string | utils::createCommandLineSubcommands (CLI::App *app, CLI::CallForCommandline::Mode mode) |
| static std::string | utils::createCommandLineTemplate (CLI::App *app, CLI::CallForCommandline::Mode mode) |
| static std::shared_ptr< CLI::HelpFormatter > | utils::makeSectionFormatter () |
| #define STR | ( | s | ) |
Definition at line 91 of file Config.cpp.
| #define XSTR | ( | s | ) |
Definition at line 90 of file Config.cpp.