#include <command.h>
§ ConstructorMap
§ check_range()
template<typename T >
| static auto Command::check_range |
( |
const T & |
min, |
|
|
const T & |
max, |
|
|
const std::string & |
opt_name |
|
) |
| |
|
inlinestaticprivate |
§ getOptions()
| po::options_description& Command::getOptions |
( |
| ) |
|
|
inline |
§ helpOption()
| void Command::helpOption |
( |
| ) |
|
|
protected |
§ init()
§ parse()
| Command * Command::parse |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
|
static |
§ run()
| virtual void Command::run |
( |
| ) |
|
|
pure virtual |
Implements thread_wrapper_t.
Implemented in KitsCommand, ArchStats, LogAnalysis, VerifyLog, AggLog, AddBackup, DBScan, LogCat, LogPageStats, LogrecInfo, NoDBGen, TruncateLog, GenArchive, MergeRuns, RestoreTrace, XctLatency, and PropStats.
§ setCommandString()
| void Command::setCommandString |
( |
string |
s | ) |
|
|
inline |
§ setOptionValues()
| void Command::setOptionValues |
( |
po::variables_map & |
vm | ) |
|
|
inline |
§ setSMOptions()
| void Command::setSMOptions |
( |
sm_options & |
sm_opt, |
|
|
const po::variables_map & |
values |
|
) |
| |
|
static |
§ setupCommonOptions()
| void Command::setupCommonOptions |
( |
| ) |
|
|
protected |
Options common to all commands (e.g., help and config)
§ setupOptions()
| virtual void Command::setupOptions |
( |
| ) |
|
|
pure virtual |
Implemented in LogScannerCommand, KitsCommand, AggLog, LogCat, LogPageStats, LogrecInfo, ArchStats, LogAnalysis, RestoreTrace, VerifyLog, XctLatency, PropStats, AddBackup, DBScan, NoDBGen, TruncateLog, GenArchive, and MergeRuns.
§ setupSMOptions()
| void Command::setupSMOptions |
( |
po::options_description & |
options | ) |
|
|
static |
Options passed down to the storage manager.
SM Options
§ showCommands()
| void Command::showCommands |
( |
| ) |
|
|
staticprivate |
§ commandString
| string Command::commandString |
|
protected |
§ constructorMap
§ options
| po::options_description Command::options |
|
protected |
§ optionValues
| po::variables_map Command::optionValues |
|
protected |
The documentation for this class was generated from the following files: