name-relation.cpp File Reference
#include "name-relation.hpp"
#include <boost/algorithm/string.hpp>
+ Include dependency graph for name-relation.cpp:

Go to the source code of this file.

Namespaces

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

Functions

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...
 
std::ostream & ndn::security::v2::validator_config::operator<< (std::ostream &os, NameRelation relation)