#include <stop_arg.hpp>
Inheritance diagram for commandl::stop_arg:
Public Methods | |
stop_arg (std::vector< std::string >, std::string="", std::string="", bool=false) | |
stop_arg (std::string, std::string="", std::string="", bool=false) | |
void | operator() (const std::string &, const std::string &, const unsigned long) |
This method basically just throws the stop_parsing exception. More... | |
void | operator() (const std::string &, const std::string &, const std::string &, const std::string &, const unsigned long) |
This method will result in throwing a stop_parsing exception. More... | |
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 stop_parsing exception. More... |
|
|
|
|
|
This method will result in throwing a stop_parsing exception.
Implements commandl::argument. |
|
This method will result in throwing a stop_parsing exception.
Implements commandl::argument. |
|
This method basically just throws the stop_parsing exception.
Implements commandl::argument. |