|
args-parser 6.3.6
|
Go to the source code of this file.
Namespaces | |
| namespace | Args |
Functions | |
| template<typename Container, typename Cmd, typename Ctx> | |
| bool | Args::eatValues (Ctx &context, Container &container, const String &errorDescription, Cmd *cmdLine) |
| Eat values in context. | |
| template<typename Cmd, typename Ctx> | |
| String | Args::eatOneValue (Ctx &context, const String &errorDescription, Cmd *cmdLine) |
| Eat one value. | |