LeechCraft 0.6.70-17609-g3dde4097dd
Modular cross-platform feature rich live environment.
Loading...
Searching...
No Matches
LC::Util::Timer Class Reference

#include "timer.h"

Public Member Functions

 Timer ()
 
 Timer (const Timer &)=delete
 
 Timer (Timer &&)=delete
 
Timeroperator= (const Timer &)=delete
 
Timeroperator= (Timer &&)=delete
 
void Stamp (const char *context, std::source_location loc=std::source_location::current())
 
void Stamp (QStringView context, std::source_location loc=std::source_location::current())
 

Detailed Description

Definition at line 18 of file timer.h.

Constructor & Destructor Documentation

◆ Timer() [1/3]

LC::Util::Timer::Timer ( )
explicit

Definition at line 14 of file timer.cpp.

Referenced by Timer(), Timer(), operator=(), and operator=().

+ Here is the caller graph for this function:

◆ Timer() [2/3]

LC::Util::Timer::Timer ( const Timer & )
delete

References Timer().

+ Here is the call graph for this function:

◆ Timer() [3/3]

LC::Util::Timer::Timer ( Timer && )
delete

References Timer().

+ Here is the call graph for this function:

Member Function Documentation

◆ operator=() [1/2]

Timer & LC::Util::Timer::operator= ( const Timer & )
delete

References Timer().

+ Here is the call graph for this function:

◆ operator=() [2/2]

Timer & LC::Util::Timer::operator= ( Timer && )
delete

References Timer(), and Stamp().

+ Here is the call graph for this function:

◆ Stamp() [1/2]

void LC::Util::Timer::Stamp ( const char * context,
std::source_location loc = std::source_location::current () )

Definition at line 19 of file timer.cpp.

Referenced by operator=().

+ Here is the caller graph for this function:

◆ Stamp() [2/2]

void LC::Util::Timer::Stamp ( QStringView context,
std::source_location loc = std::source_location::current () )

Definition at line 24 of file timer.cpp.


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