#include <daemon/face/network-predicate.hpp>
Public Member Functions | |
NetworkPredicateBase () | |
virtual | ~NetworkPredicateBase () |
void | assign (std::initializer_list< std::pair< std::string, std::string >> whitelist, std::initializer_list< std::pair< std::string, std::string >> blacklist) |
void | clear () |
Set the whitelist to "*" and clear the blacklist. More... | |
bool | operator!= (const NetworkPredicateBase &other) const |
bool | operator== (const NetworkPredicateBase &other) const |
void | parseBlacklist (const boost::property_tree::ptree &list) |
void | parseWhitelist (const boost::property_tree::ptree &list) |
Protected Attributes | |
std::set< std::string > | m_blacklist |
std::set< std::string > | m_whitelist |
Definition at line 36 of file network-predicate.hpp.
nfd::face::NetworkPredicateBase::NetworkPredicateBase | ( | ) |
Definition at line 35 of file network-predicate.cpp.
|
virtualdefault |
void nfd::face::NetworkPredicateBase::assign | ( | std::initializer_list< std::pair< std::string, std::string >> | whitelist, |
std::initializer_list< std::pair< std::string, std::string >> | blacklist | ||
) |
Definition at line 114 of file network-predicate.cpp.
void nfd::face::NetworkPredicateBase::clear | ( | ) |
Set the whitelist to "*" and clear the blacklist.
Definition at line 43 of file network-predicate.cpp.
|
inline |
Definition at line 64 of file network-predicate.hpp.
bool nfd::face::NetworkPredicateBase::operator== | ( | const NetworkPredicateBase & | other | ) | const |
Definition at line 166 of file network-predicate.cpp.
void nfd::face::NetworkPredicateBase::parseBlacklist | ( | const boost::property_tree::ptree & | list | ) |
Definition at line 108 of file network-predicate.cpp.
void nfd::face::NetworkPredicateBase::parseWhitelist | ( | const boost::property_tree::ptree & | list | ) |
Definition at line 102 of file network-predicate.cpp.
|
protected |
Definition at line 84 of file network-predicate.hpp.
|
protected |
Definition at line 83 of file network-predicate.hpp.