libcommonc++  0.7
Runnable Class Referenceabstract

A runnable object. More...

#include <Runnable.h++>

Inheritance diagram for Runnable:

Public Member Functions

virtual ~Runnable ()
 Destructor. More...
 
virtual void run ()=0
 Entry point. More...
 

Detailed Description

A runnable object.

See the Thread class for more information.

Author
Mark Lindner

Constructor & Destructor Documentation

◆ ~Runnable()

virtual ~Runnable ( )
inlinevirtual

Destructor.

Member Function Documentation

◆ run()

virtual void run ( )
pure virtual

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