OGS
CommandLineArguments Struct Referencefinal

Detailed Description

Definition at line 18 of file CommandLineArgumentParser.h.

#include <CommandLineArgumentParser.h>

Public Attributes

std::string reference_path
 
std::string project
 
std::vector< std::string > xml_patch_file_names
 
std::string outdir
 
std::string mesh_dir
 
std::string script_dir
 
std::string log_level
 
bool write_prj
 
bool nonfatal
 
bool reference_path_is_set
 
bool enable_fpe_is_set
 

Member Data Documentation

◆ enable_fpe_is_set

bool CommandLineArguments::enable_fpe_is_set

Definition at line 31 of file CommandLineArgumentParser.h.

Referenced by main(), and parseCommandLineArguments().

◆ log_level

std::string CommandLineArguments::log_level

Definition at line 26 of file CommandLineArgumentParser.h.

Referenced by initOGS(), main(), and parseCommandLineArguments().

◆ mesh_dir

std::string CommandLineArguments::mesh_dir

Definition at line 24 of file CommandLineArgumentParser.h.

Referenced by initOGS(), main(), and parseCommandLineArguments().

◆ nonfatal

bool CommandLineArguments::nonfatal

Definition at line 28 of file CommandLineArgumentParser.h.

Referenced by initOGS(), main(), and parseCommandLineArguments().

◆ outdir

std::string CommandLineArguments::outdir

Definition at line 23 of file CommandLineArgumentParser.h.

Referenced by initOGS(), main(), and parseCommandLineArguments().

◆ project

std::string CommandLineArguments::project

Definition at line 21 of file CommandLineArgumentParser.h.

Referenced by initOGS(), main(), and parseCommandLineArguments().

◆ reference_path

std::string CommandLineArguments::reference_path

Definition at line 20 of file CommandLineArgumentParser.h.

Referenced by initOGS(), main(), and parseCommandLineArguments().

◆ reference_path_is_set

bool CommandLineArguments::reference_path_is_set

Definition at line 29 of file CommandLineArgumentParser.h.

Referenced by initOGS(), main(), and parseCommandLineArguments().

◆ script_dir

std::string CommandLineArguments::script_dir

Definition at line 25 of file CommandLineArgumentParser.h.

Referenced by initOGS(), main(), and parseCommandLineArguments().

◆ write_prj

bool CommandLineArguments::write_prj

Definition at line 27 of file CommandLineArgumentParser.h.

Referenced by initOGS(), main(), and parseCommandLineArguments().

◆ xml_patch_file_names

std::vector<std::string> CommandLineArguments::xml_patch_file_names

Definition at line 22 of file CommandLineArgumentParser.h.

Referenced by initOGS(), main(), and parseCommandLineArguments().


The documentation for this struct was generated from the following file: