include ; class options { bool --help; std::string --greeting = "Hello"; unsigned int --exclamations = 1; };