Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

nvutil::Log< TestMode, OutputFn > Class Template Reference
[Logging a certain test results]

Logging test results. More...

#include <Log.h>

List of all members.

Public Methods

 Log ()
 Default constructor. More...

void init (bool enable)
 Initialization. More...

void format (const char *fmt,...) const
 Formatted output. More...

bool isEnabled () const
 Determine whether a certain test mode is enabled. More...


Detailed Description

template<TESTMODE TestMode, LOG_OUTPUT_FUNCTION * OutputFn>
class nvutil::Log< TestMode, OutputFn >

Logging test results.

Provides output dependent on a specified TestMode using a certain output function of type LOG_OUTPUT_FUNCTION specified by OutputFn.


Constructor & Destructor Documentation

template<TESTMODE TestMode, LOG_OUTPUT_FUNCTION * OutputFn>
nvutil::Log< TestMode, OutputFn >::Log   [inline]
 

Default constructor.

Constructs a Log object and disables output by default. Use init to enable output via OutputFn.


The documentation for this class was generated from the following file:
Generated on Tue Mar 1 13:20:44 2005 for NVSGSDK by NVIDIA