kaycxx-cli
C++ CLI library
Loading...
Searching...
No Matches
cli Directory Reference
Directory dependency graph for cli:
kaycxx/cli

Files

 args.hpp
 Defines access to parsed command line arguments.
 
 command.hpp
 Defines the command class and command metadata.
 
 flag.hpp
 Defines command line flags.
 
 flag_handle.hpp
 Defines the flag handle type.
 
 option.hpp
 Defines command line options.
 
 option_handle.hpp
 Defines the option handle type.
 
 parameter.hpp
 Defines single positional parameters.
 
 parameter_base.hpp
 Defines the common base class for positional parameters.
 
 parameter_handle.hpp
 Defines the positional parameter handle type.
 
 parameters.hpp
 Defines positional parameter lists.
 
 parameters_handle.hpp
 Defines the positional parameter list handle type.
 
 parse_error.hpp
 Defines the command line parse error type.
 
 parse_value.hpp
 Defines value parsing support used by typed options and positional parameters.
 
 repeatable_option_handle.hpp
 Defines the repeatable option handle type.
 
 switch_base.hpp
 Defines the common base class for flags and options.