22 #ifndef NDN_CXX_SECURITY_VALIDATOR_CONFIG_NAME_RELATION_HPP 
   23 #define NDN_CXX_SECURITY_VALIDATOR_CONFIG_NAME_RELATION_HPP 
   31 namespace validator_config {
 
Represents an absolute name.
 
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