Bug 707278 (After)
2013-09-24
To check built-in javascript search
|
The test class. More...
Public Member Functions | |
Test1 () | |
default constructor More... | |
Test1 (int value1) | |
the constructor takes 1 argument More... | |
virtual | ~Test1 () |
destructor More... | |
Public Attributes | |
const int | mValue1 |
the 1st value constructor defined More... | |
const int | mValue2 |
the 2nd value constructor defined More... | |
The test class.
|
inline |
default constructor
The default consturctor. Both of internal variables goes to zero.
|
inline |
the constructor takes 1 argument
value1 | the value set to mValue1. |
|
inlinevirtual |
destructor
Only to make this class to inheritable. do nothing.
const int TestSpace::Test1::mValue1 |
the 1st value constructor defined
To set this value, use Test1( value1 ) constructor.
const int TestSpace::Test1::mValue2 |
the 2nd value constructor defined
Currently always zero.