GenericSimpleLoggable< T > Class Template Reference

Used to wrap simple, built-in types (int, std::string, etc.) as a Loggable. More...

#include <GenericSimpleLoggable.h>

Inheritance diagram for GenericSimpleLoggable< T >:

SimpleLoggable Loggable

List of all members.

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

Value
 Wrapped value.


Detailed Description

template<typename T>
class Nvidia::Logging::GenericSimpleLoggable< T >

Used to wrap simple, built-in types (int, std::string, etc.) as a Loggable.

Template Parameters:
T Type of the wrapped value.

Definition at line 32 of file GenericSimpleLoggable.h.


The documentation for this class was generated from the following file:

Generated on Thu Sep 17 15:05:17 2009 for Logging by  doxygen 1.5.8