Compound list   Compound Members  

Test Class Reference

A test class. More...

List of all members.

Public Members


Detailed Description

A test class.

A more elaborate class description.


Member Enumeration Type Documentation

enum Test::TEnum

An enum.

Enumeration values:


Member Function Documentation

Test::Test()

A constructor.

A more elaborate description of the constructor.

Test::~Test()

A destructor.

A more elaborate description of the destructor.

int Test::testMe(int a, const char *s)

A normal member taking two arguments and returning an integer value.

Parameters:
a - an integer argument.
s - a constant chararcter pointer.
Returns:
The test results
See also:
Test(), ~Test(), testMeToo() and publicVar

virtual void Test::testMeToo(char c1, char c2) = 0 [pure virtual]

A pure virtual member.

See also:
testMe()
Parameters:
c1 - the first argument.
c2 - the second argument.


Member Data Documentation

enum Test::TEnum * Test::p

Enum pointer.

Details.

enum Test::TEnum Test::a

Enum variable.

Details.

int Test::publicVar

A public variable.

Details.

int(* Test::handler)(int a, int b)

A function variable.

Details.


The documentation for this class was generated from the following file:
Generated at Mon May 17 14:54:08 1999 for Qt Style by doxygen  written by Dimitri van Heesch, © 1997-1998