ndn-cxx: NDN C++ Library 0.9.0-33-g832ea91d
Loading...
Searching...
No Matches
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

namespace  ndn
 
namespace  ndn::security
 Contains the ndn-cxx security framework.
 
namespace  ndn::security::validator_config
 

Functions

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