Bug 707278 (Before)  2013-09-24
To check built-in javascript search
 All Classes Namespaces Files Functions Variables Pages
Public Member Functions | Public Attributes | List of all members
TestSpace::Test2 Class Reference

The class 2. More...

Public Member Functions

 Test2 ()
 default constructor
 
 Test2 (int value3)
 the constructor takes 1 argument More...
 
 Test2 (int value3, int value4)
 the constructor takes 2 argument More...
 

Public Attributes

const int mValue3
 the value set by constructor
 
const int mValue4
 the value set to zero
 

Detailed Description

The class 2.

The 2nd test class.

Constructor & Destructor Documentation

TestSpace::Test2::Test2 ( int  value3)
inline

the constructor takes 1 argument

Parameters
value3the value set to mValue3 variable.
TestSpace::Test2::Test2 ( int  value3,
int  value4 
)
inline

the constructor takes 2 argument

Parameters
value3the value set to mValue3.
value4the value set to mValue4.

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