#include "timer.h"
|
| | 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()) |
Definition at line 18 of file timer.h.
◆ Timer() [1/3]
| LC::Util::Timer::Timer |
( |
| ) |
|
|
explicit |
◆ Timer() [2/3]
| LC::Util::Timer::Timer |
( |
const Timer & | | ) |
|
|
delete |
◆ Timer() [3/3]
| LC::Util::Timer::Timer |
( |
Timer && | | ) |
|
|
delete |
◆ operator=() [1/2]
| Timer & LC::Util::Timer::operator= |
( |
const Timer & | | ) |
|
|
delete |
◆ operator=() [2/2]
◆ Stamp() [1/2]
| void LC::Util::Timer::Stamp |
( |
const char * | context, |
|
|
std::source_location | loc = std::source_location::current () ) |
◆ Stamp() [2/2]
| void LC::Util::Timer::Stamp |
( |
QStringView | context, |
|
|
std::source_location | loc = std::source_location::current () ) |
The documentation for this class was generated from the following files:
- /home/abuild/rpmbuild/BUILD/leechcraft-doc-0.6.70+git.17793.g6e56308e78-build/leechcraft-0.6.70-17793-g6e56308e78/src/util/sll/timer.h
- /home/abuild/rpmbuild/BUILD/leechcraft-doc-0.6.70+git.17793.g6e56308e78-build/leechcraft-0.6.70-17793-g6e56308e78/src/util/sll/timer.cpp