Public Member Functions | |
ShortDescription (const std::string &shortDescription) | |
Construct a ShortDescription object. More... | |
Definition at line 32 of file program_doc.hpp.
ShortDescription | ( | 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.
shortDescription | A short two-sentence description of the binding, what it does, and what it is useful for. |