ITimingTestStopwatch

ITimingTestStopwatch acts as a client-controllable stopwatch for the IStartStopTimingTest class.


ITimingTestStopwatch - Member Functions and Data by Group

Constructors & Destructor

Class constructors and destructors.


[view class]
~ITimingTestStopwatch
public:
~ITimingTestStopwatch()
Destructs objects of this class.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


[view class]
ITimingTestStopwatch
Create a client-controllable stopwatch for the IStartStopTimingTest class.


Overload 1
public:
ITimingTestStopwatch()
Creates a new stopped and reset stopwatch.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


Overload 2
public:
ITimingTestStopwatch(const ITimingTestStopwatch&)
Creates a new ITimingTestStopwatch object from an existing object.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


Assignment Operators

Class standard assignment operators.


[view class]
operator =
public:
ITimingTestStopwatch& operator =( const ITimingTestStopwatch& )
Standard assignment operator.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


Stopwatch Functions


[view class]
start
public:
void start()
Starts a stopwatch without resetting it, so that time can be accumulated into the stopwatch.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


[view class]
stop
public:
void stop()
Stops time measurements but does not reset the stopwatch.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


ITimingTestStopwatch - Inherited Member Functions and Data

Inherited Public Functions

Inherited Public Data

Inherited Protected Functions

Inherited Protected Data