Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class 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 Member Functions

 Log ()
 Default constructor.
void init (bool enable)
 Initialization.
void format (const char *fmt,...) const
 Formatted output.
bool isEnabled () const
 Determine whether a certain test mode is enabled.


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:21:13 2005 for NVSGSDK by NVIDIA