#include <usage_arg.hpp>
Inheritance diagram for commandl::usage_arg:
Public Methods | |
usage_arg (std::vector< std::string >, std::string="") | |
usage_arg (std::string, std::string="") | |
virtual | ~usage_arg () |
virtual void | operator() (const std::string &, const std::string &, const unsigned long) |
This method basically just throws the usage_exception. More... | |
virtual void | operator() (const std::string &, const std::string &, const std::string &, const std::string &, const unsigned long) |
This method will result in throwing a usage_exception. More... | |
virtual void | operator() (const std::vector< std::string > &, const std::string &, const std::string &, const std::string &, const unsigned long) |
This method will result in throwing a usage_exception. More... |
|
|
|
|
|
|
|
This method will result in throwing a usage_exception.
Implements commandl::argument. |
|
This method will result in throwing a usage_exception.
Implements commandl::argument. |
|
This method basically just throws the usage_exception.
Implements commandl::argument. |