![]() |
Realm
A distributed, event-based tasking library
|
#include <cmdline.h>
Public Member Functions | |
| MethodCommandLineOption (const std::string &_optname, bool _keep, T *_target, bool(T::*_method)(const std::string &)) | |
| 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 | |
| T * | target |
| bool(T::* | method )(const std::string &) |
Protected Attributes inherited from Realm::CommandLineOption | |
| std::string | optname |
| bool | keep |
| Realm::MethodCommandLineOption< T >::MethodCommandLineOption | ( | const std::string & | _optname, |
| bool | _keep, | ||
| T * | _target, | ||
| bool(T::*)(const std::string &) | _method | ||
| ) |
|
virtual |
Implements Realm::CommandLineOption.
|
virtual |
Implements Realm::CommandLineOption.
|
protected |
|
protected |