![]() |
Realm
A distributed, event-based tasking library
|
#include <cmdline.h>
Public Member Functions | |
| IntegerUnitsCommandLineOption (const std::string &_optname, char _default_unit, bool _binary, bool _keep, T &_target) | |
| virtual int | parse_argument (std::vector< std::string > &cmdline, std::vector< std::string >::iterator &pos) |
| virtual int | parse_argument (int &pos, int argc, const char *argv[]) |
Public Member Functions inherited from Realm::CommandLineOption | |
| CommandLineOption (const std::string &_optname, bool _keep) | |
| virtual | ~CommandLineOption (void) |
| virtual bool | match (const std::string &s) |
| virtual bool | keep_arg (void) const |
Protected Attributes | |
| char | default_unit |
| bool | binary |
| T & | target |
Protected Attributes inherited from Realm::CommandLineOption | |
| std::string | optname |
| bool | keep |
| Realm::IntegerUnitsCommandLineOption< T >::IntegerUnitsCommandLineOption | ( | const std::string & | _optname, |
| char | _default_unit, | ||
| bool | _binary, | ||
| bool | _keep, | ||
| T & | _target | ||
| ) |
|
virtual |
Implements Realm::CommandLineOption.
|
virtual |
Implements Realm::CommandLineOption.
|
protected |
|
protected |
|
protected |