#include "command-arguments.hpp"#include <ndn-cxx/face.hpp>#include <ndn-cxx/mgmt/nfd/command-options.hpp>#include <ndn-cxx/mgmt/nfd/controller.hpp>#include <ndn-cxx/mgmt/nfd/control-command.hpp>#include <ndn-cxx/mgmt/nfd/control-parameters.hpp>#include <ndn-cxx/mgmt/nfd/control-response.hpp>#include <ndn-cxx/security/key-chain.hpp>#include <functional>#include <iosfwd>
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 | |
| class | nfd::tools::nfdc::ExecuteContext |
| Context for command execution. More... | |
Namespaces | |
| nfd | |
| -status-http-server | |
| nfd::tools | |
| nfd::tools::nfdc | |
Typedefs | |
| using | nfd::tools::nfdc::ExecuteCommand = std::function< void(ExecuteContext &)> |
| A function to execute a command. More... | |