PointerPrinter< Pointer > Struct Template Reference
#include <Generic.h>
Collaboration diagram for PointerPrinter< Pointer >:
Public Member Functions | |
PointerPrinter (std::ostream &astream, std::string aDelimiter) | |
void | operator() (Pointer aNode) |
Public Attributes | |
std::ostream & | os |
std::string | delimiter |
Detailed Description
Constructor & Destructor Documentation
◆ PointerPrinter()
template<class Pointer >
|
inline |
Member Function Documentation
◆ operator()()
template<class Pointer >
|
inline |
Definition at line 88 of file Generic.h.
References PointerPrinter< Pointer >::delimiter, and PointerPrinter< Pointer >::os.
Member Data Documentation
◆ delimiter
template<class Pointer >
std::string PointerPrinter< Pointer >::delimiter |
Definition at line 93 of file Generic.h.
Referenced by PointerPrinter< Pointer >::operator()().
◆ os
template<class Pointer >
std::ostream& PointerPrinter< Pointer >::os |
Definition at line 92 of file Generic.h.
Referenced by PointerPrinter< Pointer >::operator()().
The documentation for this struct was generated from the following file:
- src/Generic.h