#include <GenericSimpleLoggable.h>
Public Member Functions | |
GenericSimpleLoggable (T value) | |
Constructor. Sets the wrapped value. | |
virtual std::tstring | GetStringValue () const |
Returns the string representation of the wrapped value. | |
virtual std::tstring | GetTypeName () const |
Returns the string representation of the type of the wrapped value. | |
Protected Attributes | |
T | Value |
Wrapped value. |
T | Type of the wrapped value. |
Definition at line 32 of file GenericSimpleLoggable.h.