Method
defaultVal
Return a string representation of an Arg's default value, or an empty string if none exists. \return Default value as a string. */
Source from the content-addressed store, hash-verified
| 239 | \return Default value as a string. |
| 240 | */ |
| 241 | virtual std::string defaultVal() const |
| 242 | { return std::string(); } |
| 243 | |
| 244 | public: |
| 245 | /** |
Tested by
no test coverage detected