22 #ifndef NDN_SECURITY_VALIDATOR_CONFIG_NAME_RELATION_HPP 23 #define NDN_SECURITY_VALIDATOR_CONFIG_NAME_RELATION_HPP 31 namespace validator_config {
60 #endif // NDN_SECURITY_VALIDATOR_CONFIG_NAME_RELATION_HPP
std::ostream & operator<<(std::ostream &os, NameRelation relation)
bool checkNameRelation(NameRelation relation, const Name &name1, const Name &name2)
check whether name1 and name2 satisfies relation
NameRelation getNameRelationFromString(const std::string &relationString)
convert relationString to NameRelation
Represents an absolute name.