Shadow Stack  0.2
 All Classes Namespaces Files Functions Variables Typedefs Macros
Public Member Functions | Public Attributes | List of all members
Args Struct Reference

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

#include <parse_args.hpp>

Public Member Functions

 Args (SSMode &&mode_, const std::string &targ, std::vector< std::string > &targ_args)
 Constructor. More...
 

Public Attributes

const SSMode mode
 The shadow stack mode. More...
 
const std::string target
 Path to target executable. More...
 
const std::vector< std::string > target_args
 Targe executable arguments. More...
 

Detailed Description

A struct returned by the argument parser.

Constructor & Destructor Documentation

Args::Args ( SSMode &&  mode_,
const std::string &  targ,
std::vector< std::string > &  targ_args 
)

Constructor.

Member Data Documentation

const SSMode Args::mode

The shadow stack mode.

const std::string Args::target

Path to target executable.

const std::vector<std::string> Args::target_args

Targe executable arguments.


The documentation for this struct was generated from the following files: