Public Member Functions | List of all members
vtkPVStringFormatter::TraceScope Class Reference

This subclass should ONLY be used to enable automatic push/pop of argument scopes in the same scope of code. More...

#include <vtkPVStringFormatter.h>

Public Member Functions

template<typename... Args>
 TraceScope (Args &&... args)
 
template<typename... Args>
 TraceScope (const char *scopeName, Args &&... args)
 
 ~TraceScope ()
 

Detailed Description

This subclass should ONLY be used to enable automatic push/pop of argument scopes in the same scope of code.

Definition at line 44 of file vtkPVStringFormatter.h.

Constructor & Destructor Documentation

◆ TraceScope() [1/2]

template<typename... Args>
vtkPVStringFormatter::TraceScope::TraceScope ( Args &&...  args)
inline

Definition at line 48 of file vtkPVStringFormatter.h.

◆ TraceScope() [2/2]

template<typename... Args>
vtkPVStringFormatter::TraceScope::TraceScope ( const char *  scopeName,
Args &&...  args 
)
inline

Definition at line 54 of file vtkPVStringFormatter.h.

◆ ~TraceScope()

vtkPVStringFormatter::TraceScope::~TraceScope ( )
inline

Definition at line 59 of file vtkPVStringFormatter.h.


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