mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-16 06:47:14 +02:00
clang-format
This commit is contained in:
8
slsDetectorSoftware/src/CmdParser.h
Executable file → Normal file
8
slsDetectorSoftware/src/CmdParser.h
Executable file → Normal file
@ -28,12 +28,14 @@ class CmdParser {
|
||||
int multi_id() const noexcept { return multi_id_; };
|
||||
int detector_id() const noexcept { return detector_id_; };
|
||||
int n_arguments() const noexcept { return arguments_.size(); }
|
||||
const std::string &command() const noexcept{ return command_; }
|
||||
const std::string &command() const noexcept { return command_; }
|
||||
void setCommand(std::string cmd) { command_ = cmd; }
|
||||
bool isHelp() const noexcept { return help_; }
|
||||
|
||||
const std::string &executable() const noexcept{ return executable_; }
|
||||
const std::vector<std::string> &arguments() const noexcept{ return arguments_; };
|
||||
const std::string &executable() const noexcept { return executable_; }
|
||||
const std::vector<std::string> &arguments() const noexcept {
|
||||
return arguments_;
|
||||
};
|
||||
std::vector<const char *> argv() const;
|
||||
std::string cli_line() const;
|
||||
|
||||
|
Reference in New Issue
Block a user