GEOS
Public Member Functions | List of all members
geos::logInfo::OutputTimerBase Struct Referenceabstract

Base interface for specific output type timers. More...

#include <OutputBase.hpp>

Public Member Functions

virtual std::string_view getDescription () const =0
 Get the description of this timer. More...
 

Detailed Description

Base interface for specific output type timers.

Each output type (VTK, Silo, etc.) implements this interface to provide its own timing category. This is used in conjunction with OutputTimers:

Definition at line 58 of file OutputBase.hpp.

Member Function Documentation

◆ getDescription()

virtual std::string_view geos::logInfo::OutputTimerBase::getDescription ( ) const
pure virtual

Get the description of this timer.

Returns
String view containing the timer description

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