ALib C++ Framework
by
Library Version: 2511 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
alib::threadmodel::Trigger::TriggerEntry Struct Reference

Description:

The entry type used with field triggerList.

Definition at line 105 of file trigger.inl.

Public Field Index:

Ticks NextWakeup
 The next wakeup time.
TriggeredTarget
 The triggered object.

Public Method Index:

 TriggerEntry (Triggered *target, const Ticks &nextWakeup)
 TriggerEntry (TriggerEntry &)=delete
 Deleted copy constructor (to avoid working on copies accidentally).

Field Details:

◆ NextWakeup

Ticks alib::threadmodel::Trigger::TriggerEntry::NextWakeup

The next wakeup time.

Definition at line 117 of file trigger.inl.

◆ Target

Triggered* alib::threadmodel::Trigger::TriggerEntry::Target

The triggered object.

Definition at line 116 of file trigger.inl.

Constructor(s) / Destructor Details:

◆ TriggerEntry()

Constructor.

Parameters
targetAssigned to Target.
nextWakeupAssigned to NextWakeup.

Definition at line 110 of file trigger.inl.


The documentation for this struct was generated from the following file: