NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
name-relation.cpp File Reference
#include "ndn-cxx/security/validator-config/name-relation.hpp"
#include <boost/algorithm/string/predicate.hpp>
Include dependency graph for name-relation.cpp:

Go to the source code of this file.

Namespaces

 ndn
 Copyright (c) 2011-2015 Regents of the University of California.
 
 ndn::security
 
 ndn::security::v2
 
 ndn::security::v2::validator_config
 

Functions

std::ostream & ndn::security::v2::validator_config::operator<< (std::ostream &os, NameRelation relation)
 
bool ndn::security::v2::validator_config::checkNameRelation (NameRelation relation, const Name &name1, const Name &name2)
 check whether name1 and name2 satisfies relation More...
 
NameRelation ndn::security::v2::validator_config::getNameRelationFromString (const std::string &relationString)
 convert relationString to NameRelation More...