Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
CPrvListenerTimerCallLambdaFunction Class Reference
Inheritance diagram for CPrvListenerTimerCallLambdaFunction:
[legend]
Collaboration diagram for CPrvListenerTimerCallLambdaFunction:
[legend]

Public Member Functions

 CPrvListenerTimerCallLambdaFunction (std::function< bool()> &timerExecutionFunctionCall)
 

Private Member Functions

bool execute () override
 Method to execute the timer.
 

Private Attributes

std::function< bool()> m_timerExecutionFunctionCall
 

Constructor & Destructor Documentation

◆ CPrvListenerTimerCallLambdaFunction()

CPrvListenerTimerCallLambdaFunction::CPrvListenerTimerCallLambdaFunction ( std::function< bool()> & timerExecutionFunctionCall)
inlineexplicit

Member Function Documentation

◆ execute()

bool CPrvListenerTimerCallLambdaFunction::execute ( )
inlineoverrideprivatevirtual

Method to execute the timer.

Returns
True if the timer has to continue executing, false if timer stop.

Implements IListenerTimer.

Member Data Documentation

◆ m_timerExecutionFunctionCall

std::function<bool()> CPrvListenerTimerCallLambdaFunction::m_timerExecutionFunctionCall
private

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