Bug 707278 (After)  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::Test1 Class Reference

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...
 

Detailed Description

The test class.

Constructor & Destructor Documentation

TestSpace::Test1::Test1 ( )
inline

default constructor

The default consturctor. Both of internal variables goes to zero.

TestSpace::Test1::Test1 ( int  value1)
inline

the constructor takes 1 argument

Parameters
value1the value set to mValue1.
virtual TestSpace::Test1::~Test1 ( )
inlinevirtual

destructor

Only to make this class to inheritable. do nothing.

Member Data Documentation

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.


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