nfd::tools::nfdc::ExecuteContext Struct Reference

context for command execution More...

#include <execute-command.hpp>

Collaboration diagram for nfd::tools::nfdc::ExecuteContext:

Public Attributes

const std::string & noun
 
const std::string & verb
 
const CommandArgumentsargs
 
Face & face
 
KeyChain & keyChain
 

Detailed Description

context for command execution

Definition at line 42 of file execute-command.hpp.

Member Data Documentation

const CommandArguments& nfd::tools::nfdc::ExecuteContext::args

Definition at line 46 of file execute-command.hpp.

Face& nfd::tools::nfdc::ExecuteContext::face

Definition at line 48 of file execute-command.hpp.

KeyChain& nfd::tools::nfdc::ExecuteContext::keyChain

Definition at line 49 of file execute-command.hpp.

const std::string& nfd::tools::nfdc::ExecuteContext::noun

Definition at line 44 of file execute-command.hpp.

const std::string& nfd::tools::nfdc::ExecuteContext::verb

Definition at line 45 of file execute-command.hpp.