LeechCraft  0.6.70-18450-gabe19ee3b0
Modular cross-platform feature rich live environment.
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.

◆ Timer() [2/3]

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

◆ Timer() [3/3]

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

Member Function Documentation

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ 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.

References LC::loc.

◆ 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.

References LC::loc.


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