22#ifndef NDN_CXX_MGMT_NFD_STRATEGY_CHOICE_HPP
23#define NDN_CXX_MGMT_NFD_STRATEGY_CHOICE_HPP
49 template<encoding::Tag TAG>
88operator==(
const StrategyChoice& a,
const StrategyChoice& b);
97operator<<(std::ostream& os,
const StrategyChoice& sc);
Represents a TLV element of the NDN packet format.
Represents an absolute name.
Represents an item in NFD StrategyChoice dataset.
StrategyChoice & setName(const Name &name)
const Name & getStrategy() const
const Block & wireEncode() const
const Name & getName() const
void wireDecode(const Block &wire)
StrategyChoice & setStrategy(const Name &strategy)
Represents an error in TLV encoding or decoding.
Error(const char *expectedType, uint32_t actualType)
#define NDN_CXX_DECLARE_WIRE_ENCODE_INSTANTIATIONS(ClassName)
Contains classes and functions related to the NFD Management protocol.
bool operator!=(const ChannelStatus &a, const ChannelStatus &b)
std::ostream & operator<<(std::ostream &os, FaceScope faceScope)
bool operator==(const ChannelStatus &a, const ChannelStatus &b)