Source Code (Use browser search to find items of interest.)
Class Index
kcron'CTHour (./kdeadmin/kcron/cthour.h:26)
class CTHour : public CTUnit<0,23>
{
public:
/**
* Constructs from a tokenized string.
*/
CTHour(const string &tokStr = "") : CTUnit<0,23>(tokStr) { };
/**
* Default copy constructor.
*/
// CTHour(const CTHour& source);
/**
* Default assignment operator
*/
// void operator = (const CTHour& source);
/**
* Default destructor.
*/
// ~CTHour();
};
kcron'CTHour::CTHour() (./kdeadmin/kcron/cthour.h:33)
CTHour(const string &tokStr = "") : CTUnit<0,23>(tokStr) { };
/**
* Default copy constructor.
*/
// CTHour(const CTHour& source);
/**
* Default assignment operator
*/
// void operator = (const CTHour& source);
/**
* Default destructor.
*/
// ~CTHour();
};