SNode.C
Loading...
Searching...
No Matches
Config.cpp File Reference
#include "utils/Config.h"
#include "utils/Daemon.h"
#include "utils/Exceptions.h"
#include "utils/Formatter.h"
Include dependency graph for Config.cpp:

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::HelpFormatterutils::makeSectionFormatter ()
 

Macro Definition Documentation

◆ STR

#define STR ( s)    #s

Definition at line 67 of file Config.cpp.

◆ XSTR

#define XSTR ( s)    STR(s)

Definition at line 66 of file Config.cpp.