25 #ifndef AUDIOMANAGERUTILITIES_INCLUDE_CAMCOMMANDLINESINGLETON_H_ 26 #define AUDIOMANAGERUTILITIES_INCLUDE_CAMCOMMANDLINESINGLETON_H_ 28 #include "tclap/CmdLine.h" 35 const char delimiter =
' ',
36 const std::string& version =
"none",
37 bool helpAndVersion =
true);
A Common-API wrapper class, which loads the common-api runtime and instantiates all necessary objects...
static TCLAP::CmdLine * instance()
static TCLAP::CmdLine * instanciateOnce(const std::string &message, const char delimiter= ' ', const std::string &version="none", bool helpAndVersion=true)
static void deleteInstance()