0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Attributes | List of all members
Hypertable::crontab_entry Struct Reference

Binary representation of crontab spec. More...

#include <Crontab.h>

Collaboration diagram for Hypertable::crontab_entry:
Collaboration graph
[legend]

Public Attributes

std::bitset< 60 > minute
 
std::bitset< 24 > hour
 
std::bitset< 31 > dom
 
std::bitset< 12 > month
 
std::bitset< 8 > dow
 

Detailed Description

Binary representation of crontab spec.

Definition at line 41 of file Crontab.h.

Member Data Documentation

std::bitset<31> Hypertable::crontab_entry::dom

Definition at line 44 of file Crontab.h.

std::bitset<8> Hypertable::crontab_entry::dow

Definition at line 46 of file Crontab.h.

std::bitset<24> Hypertable::crontab_entry::hour

Definition at line 43 of file Crontab.h.

std::bitset<60> Hypertable::crontab_entry::minute

Definition at line 42 of file Crontab.h.

std::bitset<12> Hypertable::crontab_entry::month

Definition at line 45 of file Crontab.h.


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