CAPS Universe documentation  1.0.4
All you need to know to be successful
Data Structures | Enumerations | Functions
libcapscmdparser.h File Reference

Cascadeable command line argument parser intendend for library based command line processing. More...

Go to the source code of this file.

Data Structures

struct  caps_arg_parameter
 
struct  caps_arg_parser
 
struct  caps_arg_parser_list
 

Enumerations

enum  caps_arg_parameter_flag {
  CAPS_PARAM_UNKNOWN = 0 ,
  CAPS_PARAM_OPTIONAL = 1 ,
  CAPS_VALUE_OPTIONAL = 2
}
 

Functions

int caps_arg_parser_process (const struct caps_arg_parser_list *plist, int argc, char *argv[argc])
 
int caps_arg_parser_help (const struct caps_arg_parser_list *plist)
 

Detailed Description

Author
Jürgen Borleis
Warning
Use as experimental