#include <Logger.h>
Inheritance diagram for Teem::Logger::LoggableVariable< T >:

This class save a pointer to some variable and dump it by dereferencing the pointer.
Public Member Functions | |
| LoggableVariable (const T &r) | |
| Constructor, log variable r. | |
| virtual void | print (std::ostream &s) const |
| Log unit to output stream s. | |
Protected Attributes | |
| const T & | ref |
| reference to variable to be logged | |
1.4.2