World Ocean Simulation System (WOSS) library
transducer-definitions.h File Reference

Provides the interface for the woss::Transducer class. More...

Go to the source code of this file.

Classes

class  woss::Transducer
 Transducer class. More...
 

Functions

bool woss::operator== (const Transducer &left, const Transducer &right)
 
bool woss::operator!= (const Transducer &left, const Transducer &right)
 
inline ::std::ostream & woss::operator<< (::std::ostream &os, const Transducer &instance)
 
inline ::std::istream & woss::operator>> (::std::istream &is, Transducer &instance)
 

Detailed Description

Provides the interface for the woss::Transducer class.

Author
Federico Guerra

Provides the interface for the woss::Transducer class

Function Documentation

◆ operator!=()

bool woss::operator!= ( const Transducer left,
const Transducer right 
)
inline

Inequality operator

Parameters
leftleft operand const reference
rightright operand const reference
Returns
true if left == right, false otherwise

◆ operator==()

bool woss::operator== ( const Transducer left,
const Transducer right 
)
inline

Equality operator

Parameters
leftleft operand const reference
rightright operand const reference
Returns
true if left == right, false otherwise