Lines Matching full:watch
12 /** @class Watch
13 * @brief Watch interface.
25 class Watch class
28 Watch() = default;
29 Watch(const Watch&) = default;
30 Watch(Watch&&) = default;
31 Watch& operator=(const Watch&) = default;
32 Watch& operator=(Watch&&) = default;
33 virtual ~Watch() = default;
35 /** @brief Start the watch. */
38 /** @brief Invoke the callback associated with the watch. */
41 /** @brief Invoke the callback associated with the watch. */