Test类参考
A test class. 更多...
公有类型 | |
| enum | TEnum { TVal1, TVal2, TVal3, TVal1, TVal2, TVal3 } |
An enum. 更多... | |
| enum | TEnum { TVal1, TVal2, TVal3, TVal1, TVal2, TVal3 } |
公有成员 | |
| Test () | |
| A constructor. | |
| ~Test () | |
| A destructor. | |
| int | testMe (int a, const char *s) |
| A normal member taking two arguments and returning an integer value. | |
| virtual void | testMeToo (char c1, char c2)=0 |
| A pure virtual member. | |
| Test () | |
| ~Test () | |
| int | testMe (int a, const char *s) |
| virtual void | testMeToo (char c1, char c2)=0 |
公有属性 | |
| enum Test::TEnum * | enumPtr |
| An enum. | |
| enum Test::TEnum | enumVar |
| Enum variable. | |
| int | publicVar |
| A public variable. | |
| int(* | handler )(int a, int b) |
| A function variable. | |
详细描述
A test class.
A more elaborate class description.
A test class. A more elaborate class description.
成员枚举类型文档
| enum Test::TEnum |
| enum Test::TEnum |
构造及析构函数文档
| Test::Test | ( | ) |
A constructor.
A more elaborate description of the constructor.
| Test::~Test | ( | ) |
A destructor.
A more elaborate description of the destructor.
| 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.
- 参数:
-
a an integer argument. s a constant character pointer.
- 返回:
- The test results
| int Test::testMe | ( | int | a, | |
| const char * | s | |||
| ) |
A normal member taking two arguments and returning an integer value.
- 参数:
-
a an integer argument. s a constant character pointer.
- 返回:
- The test results
- 参见:
- Test(), ~Test(), testMeToo() and publicVar()
| virtual void Test::testMeToo | ( | char | c1, | |
| char | c2 | |||
| ) | [pure virtual] |
| virtual void Test::testMeToo | ( | char | c1, | |
| char | c2 | |||
| ) | [pure virtual] |
成员数据文档
| enum Test::TEnum * Test::enumPtr |
An enum.
More detailed enum description. Enum pointer.
Details.
An enum. More detailed enum description. enum pointer. Details.
| enum Test::TEnum Test::enumVar |
Enum variable.
Details.
enum variable. Details.
| int(* Test::handler)(int a, int b) | ( | int | a, | |
| int | b | |||
| ) |
A function variable.
Details.
a function variable. Details.
| int Test::publicVar |
A public variable.
Details.
a public variable. Details.
该类的文档由以下文件生成:
- doxygen-test-project/c++/Test.cpp
- doxygen-test-project/c++/Test_java_style.cpp
Generated at 12 Jan 2015 by
1.6.1

