Scopira  20080306
scopira::tool::runnable_i Class Referenceabstract

#include <thread_pthreads.h>

Inheritance diagram for scopira::tool::runnable_i:
scopira::core::sidekick_i scopira::core::sidekick_runner scopira::tool::thread scopira::tool::thread

Public Member Functions

virtual void run (void)=0
 
virtual void run (void)=0
 

Detailed Description

An Interface for stuff that can "run"

Author
Aleksander Demko

Member Function Documentation

◆ run() [1/2]

virtual void scopira::tool::runnable_i::run ( void  )
pure virtual

Runs or otherwise executes this runnable task.

Author
Aleksander Demko

Implemented in scopira::tool::thread, scopira::tool::thread, and scopira::core::sidekick_runner.

◆ run() [2/2]

virtual void scopira::tool::runnable_i::run ( void  )
pure virtual

Runs or otherwise executes this runnable task.

Author
Aleksander Demko

Implemented in scopira::tool::thread, scopira::tool::thread, and scopira::core::sidekick_runner.


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