![]() |
B2BITS FIX Antenna C++ 2.34.0
|
#include <B2BITS_CronExpression.h>
Public Member Functions | |
CronExpression (const CronExpression &)=delete | |
CronExpression (const std::string &expression) | |
CronExpression (CronExpression &&other) noexcept | |
std::optional< tm > | getNextTime (const tm &from) const |
std::optional< tm > | getPreviousTime (const tm &from) const |
CronExpression & | operator= (const CronExpression &)=delete |
CronExpression & | operator= (CronExpression &&other) noexcept |
~CronExpression () | |
|
explicit |
Engine::CronExpression::~CronExpression | ( | ) |
|
delete |
|
noexcept |
std::optional< tm > Engine::CronExpression::getNextTime | ( | const tm & | from | ) | const |
std::optional< tm > Engine::CronExpression::getPreviousTime | ( | const tm & | from | ) | const |
|
delete |
|
noexcept |