Home | History | Annotate | Download | only in eh

Lines Matching defs:operator

40     inline TestClass& operator=( const TestClass& rhs );
43 inline TestClass operator!() const;
45 bool operator==( const TestClass& rhs ) const
50 bool operator<( const TestClass& rhs ) const {
111 inline TestClass& TestClass::operator=( const TestClass& rhs )
133 inline TestClass TestClass::operator!() const
138 inline bool operator>( const TestClass& lhs, const TestClass& rhs ) {
142 inline bool operator>=( const TestClass& lhs, const TestClass& rhs ) {
146 inline bool operator<=( const TestClass& lhs, const TestClass& rhs ) {
150 inline bool operator != ( const TestClass& lhs, const TestClass& rhs ) {
159 extern std::ostream& operator << ( std::ostream& s, const TestClass&);