1 #ifndef __IPAddressList_h__
2 #define __IPAddressList_h__
14 std::map<std::string, IPAddress> getList();
17 bool contains(std::string ipAddress);
20 std::map<std::string, IPAddress> list;
21 std::map<std::string, IPAddress>::iterator it = list.begin();