Public Member Functions | |
BindingName (const std::string &bindingName, const std::string &name) | |
Construct a BindingName object. More... | |
Definition at line 20 of file program_doc.hpp.
BindingName | ( | const std::string & | bindingName, |
const std::string & | name | ||
) |
Construct a BindingName object.
When constructed, it will register itself with IO. A fatal error will be thrown if more than one is constructed for a given bindingName.
bindingName | Name of the binding. |
name | Name displayed to user of the binding. |