Eq2deg
|
#include <Utilities.hpp>
Public Member Functions | |
void | toStream (std::ostream &ioOut) const |
CS-17, Utilities.hpp This class provides the base mechanism to display an object
The derived class should provide a "describe" method returning a string The << operator is also provided here but not as a member of Utilities
|
inline |
Dump an Object into an output stream.
ostream& | the output stream. |