Public Member Functions | Public Attributes

Test Class Reference

List of all members.

Public Member Functions

 Test (int val)
 Test (Test &t)
 Test (const Test &t)
bool operator== (const Test &rhs) const
bool operator< (const Test &rhs) const

Public Attributes

int mVal

Detailed Description

Definition at line 11 of file Test_Iterators.cpp.


Constructor & Destructor Documentation

Test::Test ( int  val  )  [inline]

Definition at line 14 of file Test_Iterators.cpp.

Test::Test ( Test t  )  [inline]

Definition at line 15 of file Test_Iterators.cpp.

Test::Test ( const Test t  )  [inline]

Definition at line 16 of file Test_Iterators.cpp.


Member Function Documentation

bool Test::operator< ( const Test rhs  )  const [inline]

Definition at line 22 of file Test_Iterators.cpp.

References mVal.

bool Test::operator== ( const Test rhs  )  const [inline]

Definition at line 18 of file Test_Iterators.cpp.

References mVal.


Member Data Documentation

Definition at line 13 of file Test_Iterators.cpp.

Referenced by main(), operator<(), and operator==().


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