![]() |
LeechCraft 0.6.70-18450-gabe19ee3b0
Modular cross-platform feature rich live environment.
|
#include "timer.h"
Public Member Functions | |
| Timer () | |
| Timer (const Timer &)=delete | |
| Timer (Timer &&)=delete | |
| Timer & | operator= (const Timer &)=delete |
| Timer & | operator= (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()) |
|
explicit |
Definition at line 14 of file timer.cpp.
Referenced by Timer(), Timer(), operator=(), and operator=().
|
delete |
|
delete |
| 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=().
| void LC::Util::Timer::Stamp | ( | QStringView | context, |
| std::source_location | loc = std::source_location::current () ) |