My Project
|
#include <sys_vars.h>
Public Member Functions | |
CMD_LINE (enum get_opt_arg_type getopt_arg_type, int getopt_id=0) | |
Public Attributes | |
int | id |
enum get_opt_arg_type | arg_type |
A small wrapper class to pass getopt arguments as a pair to the Sys_var_* constructors. It improves type safety and helps to catch errors in the argument order.