execute-command.hpp File Reference
#include "command-arguments.hpp"
#include <ndn-cxx/face.hpp>
#include <ndn-cxx/security/key-chain.hpp>
Include dependency graph for execute-command.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  nfd::tools::nfdc::ExecuteContext
 context for command execution More...
 

Namespaces

 nfd
 Copyright (c) 2014-2015, Regents of the University of California, Arizona Board of Regents, Colorado State University, University Pierre & Marie Curie, Sorbonne University, Washington University in St.
 
 nfd::tools
 
 nfd::tools::nfdc
 

Typedefs

typedef std::function< int(ExecuteContext &ctx)> nfd::tools::nfdc::ExecuteCommand
 a function to execute a command More...