Eq2deg
Public Member Functions | List of all members
Utilities Class Referenceabstract

#include <Utilities.hpp>

Inheritance diagram for Utilities:
Inheritance graph
[legend]

Public Member Functions

void toStream (std::ostream &ioOut) const
 

Detailed Description

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

Author
Christophe Gattardi
Version
1.0 15/03/2020

Member Function Documentation

◆ toStream()

void Utilities::toStream ( std::ostream &  ioOut) const
inline

Dump an Object into an output stream.

Parameters
ostream&the output stream.

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