Public Member Functions | |
ShortDescription (const std::string &bindingName, const std::string &shortDescription) | |
Construct a ShortDescription object. More... | |
Definition at line 34 of file program_doc.hpp.
ShortDescription | ( | const std::string & | bindingName, |
const std::string & | shortDescription | ||
) |
Construct a ShortDescription object.
When constructed, it will register itself with IO. A fatal error will be thrown if more than one is constructed.
bindingName | Name of the binding. |
shortDescription | A short two-sentence description of the binding, what it does, and what it is useful for. |