|
esp8266ndn
NDN Arduino library for ESP8266 and more
|
Base class of an object referencing an InRegion object. More...
#include <region.hpp>
Public Types | |
| using | ObjType = Obj |
Public Member Functions | |
| RefRegion (ObjType *obj=nullptr) | |
| operator bool () const | |
Protected Member Functions | |
| ~RefRegion ()=default | |
Protected Attributes | |
| ObjType * | obj = nullptr |
Friends | |
| Region & | regionOf (const RefRegion< Obj > &ref) |
Base class of an object referencing an InRegion object.
| using ndnph::RefRegion< Obj >::ObjType = Obj |
|
inlineexplicit |
|
protecteddefault |
|
inlineexplicit |
|
protected |