Argx 1.0.0-build
Simple argument parser made in C++
 
Loading...
Searching...
No Matches
argx Namespace Reference

Classes

class  Argx
 
class  ARGXAddError
 
struct  ARGXError
 
struct  ARGXOptions
 
struct  ARGXParam
 

Typedefs

typedef struct argx::ARGXError ARGXError
 
typedef struct argx::ARGXOptions ARGXOptions
 
typedef struct argx::ARGXParam ARGXParam
 

Enumerations

enum class  ARGXStyle { Professional , Simple }
 

Typedef Documentation

◆ ARGXError

typedef struct argx::ARGXError argx::ARGXError

◆ ARGXOptions

typedef struct argx::ARGXOptions argx::ARGXOptions

◆ ARGXParam

typedef struct argx::ARGXParam argx::ARGXParam

Enumeration Type Documentation

◆ ARGXStyle

enum class argx::ARGXStyle
strong
Enumerator
Professional 
Simple 

Definition at line 9 of file types.hpp.

10 {
12 Simple,
13 };