#include "ndn-cxx/security/v2/validator-config/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 | |
| 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) |