common class for arguments More...
Inheritance diagram for ArgBase:Public Member Functions | |
| ArgBase (ArgManager *manager) | |
| constructor | |
| virtual ExitCode | proceed (void)=0 |
| check if used; act accordingly | |
| ArgManager * | myManager (void) |
| the associated manager | |
| const char * | description (void) |
| get associated text | |
| ArgBase (ArgManager *manager) | |
| constructor | |
| virtual ExitCode | proceed (void)=0 |
| check if used; act accordingly | |
| ArgManager * | myManager (void) |
| the associated manager | |
| const char * | description (void) |
| get associated text | |
Protected Attributes | |
| int | arg_idx_ |
| the index of the argument handler | |
| int | descr_ |
| the index of the description | |
| ArgManager * | mng_ |
| the manager | |
common class for arguments