The Micro C++ Library
micxx::traits::Runnable Class Reference

Interface that may be used within a thread as the thread's execution implementation. More...

#include <micxx.hxx>

List of all members.

Public Member Functions

virtual ~Runnable ()
 The Runnable destructor.
virtual void run ()=0
 Called to execute a Runnable object.

Protected Member Functions

virtual void stopped ()
 Called right after run() returns.

Friends

class micxx::Thread

Detailed Description

Interface that may be used within a thread as the thread's execution implementation.

Author:
Norbert Klose
Date:
June, 2009

Constructor & Destructor Documentation

virtual micxx::traits::Runnable::~Runnable ( ) [inline, virtual]

The Runnable destructor.

{}

Member Function Documentation

virtual void micxx::traits::Runnable::run ( ) [pure virtual]

Called to execute a Runnable object.

virtual void micxx::traits::Runnable::stopped ( ) [inline, protected, virtual]

Called right after run() returns.

{}

Friends And Related Function Documentation

friend class micxx::Thread [friend]

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