HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TfDebug::TimedScopeHelper< B > Struct Template Reference

#include <debug.h>

Public Member Functions

 TimedScopeHelper (bool enabled, const char *fmt,...) ARCH_PRINTF_FUNCTION(3
 
 ~TimedScopeHelper ()
 

Public Attributes

bool active
 
std::string str
 
TfStopwatch stopwatch
 

Detailed Description

template<bool B>
struct TfDebug::TimedScopeHelper< B >

Definition at line 255 of file debug.h.

Constructor & Destructor Documentation

template<bool B>
TfDebug::TimedScopeHelper< B >::TimedScopeHelper ( bool  enabled,
const char *  fmt,
  ... 
)
template<bool B>
TfDebug::TimedScopeHelper< B >::~TimedScopeHelper ( )

Member Data Documentation

template<bool B>
bool TfDebug::TimedScopeHelper< B >::active

Definition at line 260 of file debug.h.

template<bool B>
TfStopwatch TfDebug::TimedScopeHelper< B >::stopwatch

Definition at line 262 of file debug.h.

template<bool B>
std::string TfDebug::TimedScopeHelper< B >::str

Definition at line 261 of file debug.h.


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