Searched defs:needsValue (Results 1 – 1 of 1) sorted by relevance
46 bool needsValue() const { return mNeedsValue; } in needsValue() function52 OptionSpec(const bool needsValue, const std::string &valueName, const std::string &defaultValue, in OptionSpec()