available-commands.hpp
Go to the documentation of this file.
1 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
26 #ifndef NFD_TOOLS_NFDC_AVAILABLE_COMMANDS_HPP
27 #define NFD_TOOLS_NFDC_AVAILABLE_COMMANDS_HPP
28 
29 #include "command-parser.hpp"
30 
31 namespace nfd {
32 namespace tools {
33 namespace nfdc {
34 
35 void
36 registerCommands(CommandParser& parser);
37 
38 } // namespace nfdc
39 } // namespace tools
40 } // namespace nfd
41 
42 #endif // NFD_TOOLS_NFDC_AVAILABLE_COMMANDS_HPP
Copyright (c) 2014-2015, Regents of the University of California, Arizona Board of Regents...
Definition: algorithm.hpp:32
void registerCommands(CommandParser &parser)