Lines Matching full:objects
15 /** @class Objects
16 * @brief Fetch paths of settings d-bus objects of interest, upon construction
18 struct Objects struct
21 /** @brief Constructor - fetch settings objects
27 Objects(sdbusplus::bus_t& bus, const std::vector<Interface>& filter);
28 Objects(const Objects&) = default;
29 Objects& operator=(const Objects&) = delete;
30 Objects(Objects&&) = delete;
31 Objects& operator=(Objects&&) = delete;
32 ~Objects() = default;
45 /** @brief map of settings objects */