Main Page   Compound List   File List   Compound Members   File Members  

Test Class Reference

List of all members.

Public Types

enum  EType { Val1, Val2 }
 An enum type. More...


Public Methods

 Test ()
 constructor. More...

 ~Test ()
 destructor. More...

void member (int)
 A member function. More...

void member (int, int)
 An overloaded member function. More...


Protected Attributes

int var
 A member variable.


Detailed Description

Since this documentation block belongs to the class Test no link to Test is generated.

Two ways to link to a constructor are: Test and Test().

Links to the destructor are: ~Test and ~Test().

A link to a member in this class: member().

More specific links to the each of the overloaded members: member(int) and member(int,int).

A link to the variable var.

A link to the global typedef B.

A link to the global enumeration type GlobEnum.

A link to the define ABS(x).

A link to a variable using another text as a link.

A link to the enumeration type EType.

A link to some enumeration values: Val1 and GVal1.

And last but not least a link to a file: autolink.cpp.

See also:
Inside a see also section any word is checked, so EType, Val1, GVal1, ~Test and member will be replaced by links in HTML.


Member Enumeration Documentation

enum Test::EType
 

An enum type.

More details

Enumeration values:
Val1   enum value 1.
Val2   enum value 2.


Constructor & Destructor Documentation

Test::Test ( )
 

constructor.

details.

Test::~Test ( )
 

destructor.

details.


Member Function Documentation

void Test::member ( int,
int )
 

An overloaded member function.

Details

void Test::member ( int )
 

A member function.

Details.


The documentation for this class was generated from the following file:
Generated at Fri Mar 23 20:22:09 2001 for Automatic link generation by doxygen1.2.6-20010319 written by Dimitri van Heesch, © 1997-2001