26 #ifndef NFD_TOOLS_NFDC_STRATEGY_CHOICE_MODULE_HPP
27 #define NFD_TOOLS_NFDC_STRATEGY_CHOICE_MODULE_HPP
32 #include <ndn-cxx/mgmt/nfd/strategy-choice.hpp>
36 using ndn::nfd::StrategyChoice;
72 const std::function<
void()>& onSuccess,
73 const ndn::nfd::DatasetFailureCallback& onFailure,
74 const CommandOptions& options)
override;
84 formatItemXml(std::ostream& os,
const StrategyChoice& item)
const;
95 formatItemText(std::ostream& os,
const StrategyChoice& item,
bool wantMultiLine =
false);
98 std::vector<StrategyChoice> m_status;
Context for command execution.