5#ifndef SIMPLETESTCLASS_H
6#define SIMPLETESTCLASS_H
19 std::ostream&
streamOut( std::ostream& os )
const;
33 os <<
"data = " <<
data;
51 return ( ( (*
this) == rhs ) ?
false :
true );
std::ostream & streamOut(std::ostream &os) const
bool operator!=(const SimpleTestClass &rhs) const
bool operator==(const SimpleTestClass &rhs) const