SNode.C
|
#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) STR(s) |
#define | STR(s) #s |
Functions | |
static const std::shared_ptr< CLI::App > | utils::makeApp () |
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 const std::shared_ptr< CLI::HelpFormatter > | utils::makeSectionFormatter () |
#define STR | ( | s | ) | #s |
Definition at line 67 of file Config.cpp.
#define XSTR | ( | s | ) | STR(s) |
Definition at line 66 of file Config.cpp.