|
CUBA
|
Public Member Functions | |
| Arguments (const short &type, const string &short_name, const string &long_name, const string &meaning) | |
| const short & | get_type () const |
| const string & | get_long_name () const |
| const string & | get_meaning () const |
| const string & | get_short_name () const |
Protected Attributes | |
| const short | type |
| const string | short_name |
| const string | long_name |
| the argument's long name | |
| const string | meaning |
| the argument's short name | |