https://mooseframework.inl.gov
Public Member Functions | List of all members
TimedPrint Class Referencefinal

Dummy TimedPrint Class - use TIME_SECTION instead. More...

#include <TimedPrint.h>

Public Member Functions

template<class StreamType , typename... Args>
 TimedPrint (StreamType &, std::chrono::duration< double >, std::chrono::duration< double >, Args &&...)
 

Detailed Description

Dummy TimedPrint Class - use TIME_SECTION instead.

Definition at line 20 of file TimedPrint.h.

Constructor & Destructor Documentation

◆ TimedPrint()

template<class StreamType , typename... Args>
TimedPrint::TimedPrint ( StreamType &  ,
std::chrono::duration< double >  ,
std::chrono::duration< double >  ,
Args &&  ... 
)
inline

Definition at line 24 of file TimedPrint.h.

25  {
26  mooseDeprecated("TimedPrint is deprecated, use TIME_SECTION instead");
27  }
void mooseDeprecated(Args &&... args)
Emit a deprecated code/feature message with the given stringified, concatenated args.
Definition: MooseError.h:353

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