Covalent Bond  0.0.1-alpha
'covalent bond' is a data middle office. As a 2022-2023 Fall SWE final project.
Classes | Enumerations
argp Namespace Reference

A simple approach for arg-parse. More...

Classes

struct  arg_payload
 
struct  arg_payload_obj
 
class  parser
 

Enumerations

enum  arg_type {
  arg_type::t_none = 0, arg_type::t_int, arg_type::t_uint, arg_type::t_float,
  arg_type::t_double, arg_type::t_string, arg_type::t_object
}
 

Detailed Description

A simple approach for arg-parse.

Author
chenghua.wang < For windows. _MSC_VER > 1000, enable once pre.

Enumeration Type Documentation

◆ arg_type

enum argp::arg_type
strong
Enumerator
t_none 

for no value.

t_int 
t_uint 
t_float 
t_double 
t_string 
t_object 

Definition at line 23 of file argparse.hpp.