|
kaycxx-cli
C++ CLI library
|
This is the complete list of members for kaycxx::cli::args, including all inherited members.
| args()=default | kaycxx::cli::args | |
| args(args const &)=delete | kaycxx::cli::args | |
| args(args &&other) noexcept=default | kaycxx::cli::args | |
| command (defined in kaycxx::cli::args) | kaycxx::cli::args | friend |
| get(flag_handle const &flag) const | kaycxx::cli::args | |
| get(option_handle< T > const &option) const | kaycxx::cli::args | inline |
| get(repeatable_option_handle< T > const &option) const | kaycxx::cli::args | inline |
| get(parameter_handle< T > const ¶meter) const | kaycxx::cli::args | inline |
| get(parameters_handle< T > const ¶meters) const | kaycxx::cli::args | inline |
| has(option_handle< T > const &option) const | kaycxx::cli::args | inline |
| has(repeatable_option_handle< T > const &option) const | kaycxx::cli::args | inline |
| has(parameter_handle< T > const ¶meter) const | kaycxx::cli::args | inline |
| has(parameters_handle< T > const ¶meters) const | kaycxx::cli::args | inline |
| operator=(args const &)=delete | kaycxx::cli::args | |
| operator=(args &&other) noexcept=default | kaycxx::cli::args | |
| validate() const | kaycxx::cli::args |