Source Code (Use browser search to find items of interest.)

Class Index

kcron'CTMinute (./kdeadmin/kcron/ctminute.h:26)

class CTMinute : public CTUnit<0,59>
{
public:

/**
  * Constructs from a tokenized string.
  */
  CTMinute(const string &tokStr = "") : CTUnit<0,59>(tokStr) { };

/**
  * Default copy constructor.
  */
  // CTMinute(const CTMinute& source);

/**
  * Default assignment operator
  */
  // void operator = (const CTMinute& source);

/**
  * Default destructor.
  */
  // ~CTMinute();

};

kcron'CTMinute::CTMinute() (./kdeadmin/kcron/ctminute.h:33)

  CTMinute(const string &tokStr = "") : CTUnit<0,59>(tokStr) { };

/**
  * Default copy constructor.
  */
  // CTMinute(const CTMinute& source);

/**
  * Default assignment operator
  */
  // void operator = (const CTMinute& source);

/**
  * Default destructor.
  */
  // ~CTMinute();

};