esp8266ndn
NDN Arduino library for ESP8266 and more
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
ndnph::detail::EvdElementDefVoid< type, repeatable, order, Fn > Class Template Reference

#include <ev-decoder.hpp>

Inherits ndnph::detail::EvdElementDefBase< type, repeatable, order >.

Public Member Functions

 EvdElementDefVoid (const Fn &f)
 
bool operator() (const Decoder::Tlv &d) const
 

Additional Inherited Members

- Public Types inherited from ndnph::detail::EvdElementDefBase< type, repeatable, order >
using TT = std::integral_constant< int, type >
 
using Repeatable = std::integral_constant< bool, repeatable >
 
using Order = std::integral_constant< int, order >
 

Constructor & Destructor Documentation

◆ EvdElementDefVoid()

template<int type, bool repeatable, int order, typename Fn >
ndnph::detail::EvdElementDefVoid< type, repeatable, order, Fn >::EvdElementDefVoid ( const Fn &  f)
inlineexplicit

Member Function Documentation

◆ operator()()

template<int type, bool repeatable, int order, typename Fn >
bool ndnph::detail::EvdElementDefVoid< type, repeatable, order, Fn >::operator() ( const Decoder::Tlv d) const
inline

The documentation for this class was generated from the following file: