#include <internal/classes/iomanip.h>
|
std::ostream & | display (std::ostream &os) const override |
| Must be overridden by all derived classes. More...
|
|
template<typename T > |
std::ostream & | _display_impl (const T &_A, std::ostream &_os, double _chop=qpp::chop) const |
|
template<typename Derived>
template<typename Derived>
|
inlineoverrideprivatevirtual |
Must be overridden by all derived classes.
The actual stream extraction processing is performed by the overriden member function in the derived class. This function is automatically invoked by friend inline std::ostream& operator<<(std::ostream& os, const IDisplay& rhs).
Implements qpp::IDisplay.
template<typename Derived>
template<typename Derived>
The documentation for this class was generated from the following file: