Vault  4.1
Public Member Functions
VStandinThread Class Reference

VStandinThread is a special VThread object we simply declare as gStandinThread (but never execute) and reference if we need to return a reference to the current thread but it's not one of our threads. More...

Inheritance diagram for VStandinThread:
VThread

List of all members.

Public Member Functions

virtual void run ()
 Override required in each VThread subclass, run() does whatever the thread is designed to do, and returns when the thread has completed its task or detects that isRunning() returns false.

Detailed Description

VStandinThread is a special VThread object we simply declare as gStandinThread (but never execute) and reference if we need to return a reference to the current thread but it's not one of our threads.

Definition at line 42 of file vthread.cpp.


Member Function Documentation

virtual void VStandinThread::run ( ) [inline, virtual]

Override required in each VThread subclass, run() does whatever the thread is designed to do, and returns when the thread has completed its task or detects that isRunning() returns false.

If the thread is designed to be stoppable from another thread, then its run() method must check the isRunning() property periodically and return when the property becomes false.

Implements VThread.

Definition at line 46 of file vthread.cpp.


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

Copyright ©1997-2014 Trygve Isaacson. All rights reserved. This documentation was generated with Doxygen.