Searched refs:UtilsInterface (Results 1 – 6 of 6) sorted by relevance
15 class UtilsInterface;24 const UtilsInterface& getUtils();116 class UtilsInterface class119 UtilsInterface() = default;120 UtilsInterface(const UtilsInterface&) = delete;121 UtilsInterface& operator=(const UtilsInterface&) = delete;122 UtilsInterface(UtilsInterface&&) = delete;123 UtilsInterface& operator=(UtilsInterface&&) = delete;128 virtual ~UtilsInterface() = default;167 class Utils : public UtilsInterface
120 std::map<std::string, utils::UtilsInterface::PropertyType>;
58 const UtilsInterface& getUtils() in getUtils()
8 class MockedUtils : public UtilsInterface52 inline const UtilsInterface& getUtils() in getUtils()
22 using PropertyType = utils::UtilsInterface::PropertyType;
23 using PropertyType = utils::UtilsInterface::PropertyType;