53 static void setArgs(
int argc,
char** argv);
59 static void setArgs(
const std::vector<std::string>& args);
80 static void getOptions(
const bool commandLineOnly =
false);
97 static std::string
getRoot(
const std::string& filename);
101 static const std::chrono::time_point<std::chrono::system_clock>&
getLoadTime() {
108 static std::chrono::time_point<std::chrono::system_clock>
myLoadTime;
A storage for options typed value containers)
static void loadConfiguration()
Loads and parses the configuration.
static void setArgs(int argc, char **argv)
Stores the command line arguments for later parsing.
static int getArgC()
Return the number of command line arguments.
static void getOptions(const bool commandLineOnly=false)
Parses the command line arguments and loads the configuration.
static const std::chrono::time_point< std::chrono::system_clock > & getLoadTime()
Return the time stamp of the last init.
static std::vector< std::string > myArgs
static std::string getRoot(const std::string &filename)
Retrieves the XML root element of a supposed configuration or net.
static std::chrono::time_point< std::chrono::system_clock > myLoadTime