#include "ndn-cxx/security/validator-config/name-relation.hpp"
#include <boost/algorithm/string/predicate.hpp>
Go to the source code of this file.
Namespaces | |
ndn | |
ndn::security | |
Contains the ndn-cxx security framework. | |
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 . More... | |
NameRelation | ndn::security::validator_config::getNameRelationFromString (const std::string &relationString) |
Convert relationString to NameRelation. More... | |
std::ostream & | ndn::security::validator_config::operator<< (std::ostream &os, NameRelation relation) |