|
ORE Studio 0.0.4
|
Custom reflector for ores::scheduler::domain::cron_expression. More...
#include <reflectors.hpp>

Public Types | |
| using | ReflType = std::string |
| using | ReflType = std::string |
Static Public Member Functions | |
| static ores::scheduler::domain::cron_expression | to (const ReflType &str) |
| static ReflType | from (const ores::scheduler::domain::cron_expression &v) |
| static ores::scheduler::domain::cron_expression | to (const ReflType &str) |
| static ReflType | from (const ores::scheduler::domain::cron_expression &v) |
Custom reflector for ores::scheduler::domain::cron_expression.
Serializes cron_expression as its string representation. Deserializes by parsing through cron_expression::from_string().