Lines Matching full:programmed
68 /// \param delta The time to the first activation of the programmed timer.
106 /// The original timer before any timer was programmed.
238 /// \param timer The timer being programmed.
288 /// \param timer The timer being programmed.
392 bool programmed; member
404 when(when_), programmed(true), fired(false) in impl()
435 /// Destructor; unprograms the timer if still programmed.
444 if (_pimpl->programmed) { in ~timer()
445 LW("Auto-destroying still-programmed signals::timer object"); in ~timer()
512 /// \pre The timer is programmed (i.e. this can only be called once).
523 if (!_pimpl->programmed) { in unprogram()
524 // We cannot assert that the timer is not programmed because it might in unprogram()
535 _pimpl->programmed = false; in unprogram()