7 #ifndef BIL_DEVICEREGISTRY_HPP
8 #define BIL_DEVICEREGISTRY_HPP
63 bool erase(
const std::string& deviceName);
82 typedef std::pair<const DeviceID::ID_t, std::string>
pair_t;
90 const pair_t&
at(
size_t index)
const;
120 typedef std::map<DeviceID::ID_t, std::string> IDMap_t;
123 typedef std::map<std::string, DeviceID::ID_t> NameMap_t;