Public Types | Public Member Functions | Protected Attributes | List of all members
Autolink_Test Class Reference

Public Types

enum  EType { Val1, Val2 }
 

Public Member Functions

 Autolink_Test ()
 constructor More...
 
 ~Autolink_Test ()
 destructor More...
 
void member (int)
 
void member (int, int)
 

Protected Attributes

int var
 

Detailed Description

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

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

Links to the destructor are: ~Autolink_Test and ~Autolink_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, ~Autolink_Test and member will be replaced by links in HTML.

Definition at line 57 of file autolink.cpp.

Member Enumeration Documentation

An enum type. More details

Enumerator
Val1 

enum value 1

Val2 

enum value 2

Definition at line 66 of file autolink.cpp.

66  {
67  Val1, /**< enum value 1 */
68  Val2 /**< enum value 2 */
69  };

Constructor & Destructor Documentation

Autolink_Test::Autolink_Test ( )

constructor

details.

Definition at line 76 of file autolink.cpp.

76 { }
Autolink_Test::~Autolink_Test ( )

destructor

details.

Definition at line 79 of file autolink.cpp.

79 { }

Member Function Documentation

void Autolink_Test::member ( int  )

A member function. Details.

void Autolink_Test::member ( int  ,
int   
)

An overloaded member function. Details

Member Data Documentation

int Autolink_Test::var
protected

A member variable

Definition at line 72 of file autolink.cpp.


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