WireCellToolkit
Wire Cell Simulation, Signal Process and Reconstruction Toolki for Liquid Argon Detectors
spdlog::details::periodic_worker Class Reference

#include <periodic_worker.h>

Public Member Functions

 periodic_worker (const std::function< void()> &callback_fun, std::chrono::seconds interval)
 
 periodic_worker (const periodic_worker &)=delete
 
periodic_workeroperator= (const periodic_worker &)=delete
 
 ~periodic_worker ()
 

Detailed Description

Definition at line 23 of file periodic_worker.h.

Constructor & Destructor Documentation

◆ periodic_worker() [1/2]

spdlog::details::periodic_worker::periodic_worker ( const std::function< void()> &  callback_fun,
std::chrono::seconds  interval 
)
inline

Definition at line 26 of file periodic_worker.h.

Here is the call graph for this function:

◆ periodic_worker() [2/2]

spdlog::details::periodic_worker::periodic_worker ( const periodic_worker )
delete

◆ ~periodic_worker()

spdlog::details::periodic_worker::~periodic_worker ( )
inline

Definition at line 51 of file periodic_worker.h.

Member Function Documentation

◆ operator=()

periodic_worker& spdlog::details::periodic_worker::operator= ( const periodic_worker )
delete
Here is the caller graph for this function:

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