#include "face/face.hpp"

Go to the source code of this file.
Classes | |
| class | nfd::fw::UnsolicitedDataPolicy | 
| determines how to process an unsolicited Data  More... | |
| class | nfd::fw::DropAllUnsolicitedDataPolicy | 
| drops all unsolicited Data  More... | |
| class | nfd::fw::AdmitLocalUnsolicitedDataPolicy | 
| admits unsolicited Data from local faces  More... | |
| class | nfd::fw::AdmitNetworkUnsolicitedDataPolicy | 
| admits unsolicited Data from non-local faces  More... | |
| class | nfd::fw::AdmitAllUnsolicitedDataPolicy | 
| admits all unsolicited Data  More... | |
Namespaces | |
| nfd | |
| Copyright (c) 2011-2015 Regents of the University of California.  | |
| nfd::fw | |
Macros | |
| #define | NFD_REGISTER_UNSOLICITED_DATA_POLICY(P) | 
| registers an unsolicited data policy  More... | |
Typedefs | |
| typedef DropAllUnsolicitedDataPolicy | nfd::fw::DefaultUnsolicitedDataPolicy | 
| the default UnsolicitedDataPolicy  More... | |
Enumerations | |
| enum | nfd::fw::UnsolicitedDataDecision { nfd::fw::UnsolicitedDataDecision::DROP, nfd::fw::UnsolicitedDataDecision::CACHE } | 
| a decision made by UnsolicitedDataPolicy  More... | |
Functions | |
| std::ostream & | nfd::fw::operator<< (std::ostream &os, UnsolicitedDataDecision d) | 
| #define NFD_REGISTER_UNSOLICITED_DATA_POLICY | ( | P | ) | 
registers an unsolicited data policy
| P | a subclass of nfd::fw::UnsolicitedDataPolicy; P::POLICY_NAME must be a string that contains policy name | 
Definition at line 147 of file unsolicited-data-policy.hpp.