Removed unwanted methods.
This commit is contained in:
parent
d8b2aa9720
commit
db7ea6f2fe
@ -29,7 +29,6 @@ struct OptionGroupBasic
|
|||||||
{
|
{
|
||||||
void addTo(cxxopts::Options &options);
|
void addTo(cxxopts::Options &options);
|
||||||
void parse(cxxopts::Options &options);
|
void parse(cxxopts::Options &options);
|
||||||
void printHelp(std::ostream &stream);
|
|
||||||
|
|
||||||
bool help = false;
|
bool help = false;
|
||||||
bool version = false;
|
bool version = false;
|
||||||
@ -42,7 +41,6 @@ struct OptionGroupOutput
|
|||||||
{
|
{
|
||||||
void addTo(cxxopts::Options &options);
|
void addTo(cxxopts::Options &options);
|
||||||
void parse(cxxopts::Options &options);
|
void parse(cxxopts::Options &options);
|
||||||
void printHelp(std::ostream &stream);
|
|
||||||
|
|
||||||
colorlog::ColorStream::ColorPolicy colorPolicy = colorlog::ColorStream::ColorPolicy::Auto;
|
colorlog::ColorStream::ColorPolicy colorPolicy = colorlog::ColorStream::ColorPolicy::Auto;
|
||||||
colorlog::Priority logPriority = colorlog::Priority::Info;
|
colorlog::Priority logPriority = colorlog::Priority::Info;
|
||||||
@ -54,7 +52,6 @@ struct OptionGroupParser
|
|||||||
{
|
{
|
||||||
void addTo(cxxopts::Options &options);
|
void addTo(cxxopts::Options &options);
|
||||||
void parse(cxxopts::Options &options);
|
void parse(cxxopts::Options &options);
|
||||||
void printHelp(std::ostream &stream);
|
|
||||||
|
|
||||||
std::vector<std::string> inputFiles;
|
std::vector<std::string> inputFiles;
|
||||||
pddl::Mode parsingMode = pddl::Mode::Strict;
|
pddl::Mode parsingMode = pddl::Mode::Strict;
|
||||||
|
Reference in New Issue
Block a user