esp8266ndn
NDN Arduino library for ESP8266 and more
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Protected Member Functions | Protected Attributes | Friends | List of all members
ndnph::WithRegion Class Reference

Base class of an object associated with a Region. More...

#include <region.hpp>

Inherited by ndnph::Face, ndnph::InRegion, ndnph::lp::Fragmenter, and ndnph::lp::Reassembler.

Public Member Functions

 WithRegion (WithRegion &&)=default
 

Protected Member Functions

 WithRegion (Region &region)
 
 WithRegion (const WithRegion &)=delete
 
WithRegionoperator= (const WithRegion &)=delete
 

Protected Attributes

Regionregion
 

Friends

RegionregionOf (const WithRegion *obj)
 

Detailed Description

Base class of an object associated with a Region.

Constructor & Destructor Documentation

◆ WithRegion() [1/3]

ndnph::WithRegion::WithRegion ( WithRegion &&  )
default

◆ WithRegion() [2/3]

ndnph::WithRegion::WithRegion ( Region region)
inlineexplicitprotected

◆ WithRegion() [3/3]

ndnph::WithRegion::WithRegion ( const WithRegion )
protecteddelete

Member Function Documentation

◆ operator=()

WithRegion & ndnph::WithRegion::operator= ( const WithRegion )
protecteddelete

Friends And Related Symbol Documentation

◆ regionOf

Region & regionOf ( const WithRegion obj)
friend

Member Data Documentation

◆ region

Region& ndnph::WithRegion::region
protected

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