Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

Teddy::MixIn::Tick Class Reference

Mutex object mix in. More...

#include <Tick.h>

Inheritance diagram for Teddy::MixIn::Tick:

Inheritance graph
[legend]
List of all members.

Public Methods

 Tick ()
 Constructor. More...

virtual ~Tick ()
 Destructor. More...

virtual void tick ()
 Tick. More...


Detailed Description

Mutex object mix in.

Definition at line 34 of file Tick.h.


Constructor & Destructor Documentation

Teddy::MixIn::Tick::Tick  
 

Constructor.

Definition at line 33 of file Tick.cpp.

Referenced by Teddy::Application::BaseSimulationTimer::tick.

Teddy::MixIn::Tick::~Tick   [virtual]
 

Destructor.

Definition at line 38 of file Tick.cpp.


Member Function Documentation

void Teddy::MixIn::Tick::tick   [virtual]
 

Tick.

Reimplemented in Teddy::Application::BaseSimulationTimer.

Definition at line 43 of file Tick.cpp.


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