Covalent Bond  0.0.1-alpha
'covalent bond' is a data middle office. As a 2022-2023 Fall SWE final project.
Classes | Namespaces | Enumerations
argparse.hpp File Reference
#include <iostream>
#include <string>
#include <map>
#include <cstring>
#include <vector>
Include dependency graph for argparse.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  argp::arg_payload_obj
 
struct  argp::arg_payload< T >
 
class  argp::parser
 

Namespaces

 argp
 A simple approach for arg-parse.
 

Enumerations

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