|
Squid Web Cache master
|
#include <Generic.h>
Public Member Functions | |
| PointerPrinter (std::ostream &astream, std::string aDelimiter) | |
| void | operator() (Pointer aNode) |
Public Attributes | |
| std::ostream & | os |
| std::string | delimiter |
|
inline |
|
inline |
Definition at line 88 of file Generic.h.
References PointerPrinter< Pointer >::delimiter, and PointerPrinter< Pointer >::os.
| std::string PointerPrinter< Pointer >::delimiter |
Definition at line 93 of file Generic.h.
Referenced by PointerPrinter< Pointer >::operator()().
| std::ostream& PointerPrinter< Pointer >::os |
Definition at line 92 of file Generic.h.
Referenced by PointerPrinter< Pointer >::operator()().