#include <internal/classes/iomanip.h>
|
std::ostream & | display (std::ostream &os) const override |
| Must be overridden by all derived classes. More...
|
|
◆ IOManipPointer() [1/2]
template<typename PointerType>
◆ IOManipPointer() [2/2]
template<typename PointerType>
◆ display()
template<typename PointerType>
|
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.
◆ operator=()
template<typename PointerType>
◆ end_
template<typename PointerType>
◆ N_
template<typename PointerType>
◆ p_
template<typename PointerType>
◆ separator_
template<typename PointerType>
◆ start_
template<typename PointerType>
The documentation for this class was generated from the following file: