ORE Studio 0.0.4
Loading...
Searching...
No Matches
Public Types | Static Public Member Functions | List of all members
Reflector< ores::scheduler::domain::cron_expression > Struct Reference

Custom reflector for ores::scheduler::domain::cron_expression. More...

#include <reflectors.hpp>

Collaboration diagram for Reflector< ores::scheduler::domain::cron_expression >:
Collaboration graph

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)
 

Detailed Description

Custom reflector for ores::scheduler::domain::cron_expression.

Serializes cron_expression as its string representation. Deserializes by parsing through cron_expression::from_string().