wxMaxima
|
Since this documentation block belongs to the class Autolink_Test no link to Autolink_Test is generated. More...
Public Types | |
enum | EType { Val1 , Val2 } |
An enum type. More... | |
Public Member Functions | |
Autolink_Test () | |
constructor | |
~Autolink_Test () | |
destructor | |
void | member (int) |
A member function. | |
void | member (int, int) |
An overloaded member function. | |
Protected Attributes | |
int | var |
A member variable. | |
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 global typedef B.
A link to the global enumeration type GlobEnum.
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.
enum Autolink_Test::EType |
Autolink_Test::Autolink_Test | ( | ) |
constructor
details.
Autolink_Test::~Autolink_Test | ( | ) |
destructor
details.
void Autolink_Test::member | ( | int | ) |
A member function.
Details.
void Autolink_Test::member | ( | int | , |
int | |||
) |
An overloaded member function.
Details