VTK  9.3.20240328
Public Member Functions | List of all members
vtkParallelTimer::LogBodyType Class Reference

Type used to direct an output stream into the log's body. More...

#include <vtkParallelTimer.h>

Public Member Functions

template<typename T >
LogBodyTypeoperator<< (const T &s)
 
template<typename T >
vtkParallelTimer::LogBodyTypeoperator<< (const T &s)
 

Detailed Description

Type used to direct an output stream into the log's body.

The body is a buffer that all ranks write to.

Definition at line 69 of file vtkParallelTimer.h.

Member Function Documentation

◆ operator<<() [1/2]

template<typename T >
LogBodyType& vtkParallelTimer::LogBodyType::operator<< ( const T &  s)

◆ operator<<() [2/2]

template<typename T >
vtkParallelTimer::LogBodyType& vtkParallelTimer::LogBodyType::operator<< ( const T &  s)

Definition at line 266 of file vtkParallelTimer.h.


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