Shadow Stack  0.2
 All Classes Namespaces Files Functions Variables Typedefs Macros
Classes | Macros | Functions
parse_args.hpp File Reference
#include "ss_mode.hpp"
#include <boost/program_options.hpp>

Go to the source code of this file.

Classes

struct  Args
 A struct returned by the argument parser. More...
 

Macros

#define TARGET_ARGS   "target-args"
 The key to the variables map that stores the target arguments. More...
 
#define TARGET   "target"
 The key to the variables map that stores the target. More...
 
#define MODE   "ss_mode"
 The key to the variables map that stores the mode. More...
 

Functions

Args parse_args (const int argc, const char *const argv[])
 Returns an args_t containing the parsed arguments. More...
 

Macro Definition Documentation

#define MODE   "ss_mode"

The key to the variables map that stores the mode.

#define TARGET   "target"

The key to the variables map that stores the target.

#define TARGET_ARGS   "target-args"

The key to the variables map that stores the target arguments.

Function Documentation

Args parse_args ( const int  argc,
const char *const  argv[] 
)

Returns an args_t containing the parsed arguments.