|
esp8266ndn
NDN Arduino library for ESP8266 and more
|
#include <data.hpp>
Inherits ndnph::RefRegion< DataObj >.
Public Member Functions | |
| SignedDataRef ()=default | |
| SignedDataRef (DataObj *data, const PrivateKey &key, DSigInfo sigInfo) | |
| void | encodeTo (Encoder &encoder) const |
Public Member Functions inherited from ndnph::RefRegion< DataObj > | |
| RefRegion (ObjType *obj=nullptr) | |
| operator bool () const | |
Additional Inherited Members | |
Public Types inherited from ndnph::RefRegion< DataObj > | |
| using | ObjType = DataObj |
Protected Member Functions inherited from ndnph::RefRegion< DataObj > | |
| ~RefRegion ()=default | |
Protected Attributes inherited from ndnph::RefRegion< DataObj > | |
| ObjType * | obj |
|
explicitdefault |
|
inlineexplicit |
|
inline |