The class 2.
More...
|
| Test2 () |
| default constructor
|
|
| Test2 (int value3) |
| the constructor takes 1 argument More...
|
|
| Test2 (int value3, int value4) |
| the constructor takes 2 argument More...
|
|
|
const int | mValue3 |
| the value set by constructor
|
|
const int | mValue4 |
| the value set to zero
|
|
The class 2.
The 2nd test class.
TestSpace::Test2::Test2 |
( |
int |
value3 | ) |
|
|
inline |
the constructor takes 1 argument
- Parameters
-
value3 | the value set to mValue3 variable. |
TestSpace::Test2::Test2 |
( |
int |
value3, |
|
|
int |
value4 |
|
) |
| |
|
inline |
the constructor takes 2 argument
- Parameters
-
value3 | the value set to mValue3. |
value4 | the value set to mValue4. |
The documentation for this class was generated from the following file: