31 BOOST_CONCEPT_ASSERT((StatusDatasetItem<StrategyChoice>));
40 template<encoding::Tag TAG>
44 size_t totalLength = 0;
49 totalLength += encoder.prependVarNumber(totalLength);
68 m_wire = buffer.block();
93 if (val->elements().empty()) {
118 m_strategy = strategy;
131 return os <<
"StrategyChoice("
132 <<
"Name: " << sc.
getName() <<
", "
Represents a TLV element of the NDN packet format.
element_const_iterator elements_begin() const noexcept
Equivalent to elements().begin().
element_const_iterator elements_end() const noexcept
Equivalent to elements().end().
bool hasWire() const noexcept
Check if the Block contains a fully encoded wire representation.
uint32_t type() const noexcept
Return the TLV-TYPE of the Block.
void reset() noexcept
Reset the Block to a default-constructed state.
void parse() const
Parse TLV-VALUE into sub-elements.
Represents an absolute name.
size_t wireEncode(EncodingImpl< TAG > &encoder) const
Fast encoding or block size estimation.
void wireDecode(const Block &wire)
Decode name from wire encoding.
Represents an item in NFD StrategyChoice dataset.
StrategyChoice & setName(const Name &name)
const Name & getName() const
const Block & wireEncode() const
const Name & getStrategy() const
void wireDecode(const Block &wire)
StrategyChoice & setStrategy(const Name &strategy)
#define NDN_CXX_DEFINE_WIRE_ENCODE_INSTANTIATIONS(ClassName)
EncodingImpl< EstimatorTag > EncodingEstimator
size_t prependNestedBlock(EncodingImpl< TAG > &encoder, uint32_t type, const U &value)
Prepend a TLV element containing a nested TLV element.
EncodingImpl< EncoderTag > EncodingBuffer
std::ostream & operator<<(std::ostream &os, FaceScope faceScope)
bool operator==(const ChannelStatus &a, const ChannelStatus &b)