HourlyWorker Class Reference

#include <hourly.h>

Inheritance diagram for HourlyWorker:

Inheritance graph
[legend]
Collaboration diagram for HourlyWorker:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 HourlyWorker (const char first[]="", const char last[]="", double wage_per=0.0, double hours=0.0)
 HourlyWorker (const HourlyWorker &worker)
virtual ~HourlyWorker ()
HourlyWorkeroperator= (const HourlyWorker &worker)
virtual double earnings (void) const
virtual void print (std::ostream &out) const


Detailed Description

Definition at line 7 of file hourly.h.


Constructor & Destructor Documentation

HourlyWorker::HourlyWorker ( const char  first[] = "",
const char  last[] = "",
double  wage_per = 0.0,
double  hours = 0.0 
)

Definition at line 9 of file hourly.C.

HourlyWorker::HourlyWorker ( const HourlyWorker worker  ) 

Definition at line 16 of file hourly.C.

HourlyWorker::~HourlyWorker (  )  [virtual]

Definition at line 19 of file hourly.C.


Member Function Documentation

HourlyWorker & HourlyWorker::operator= ( const HourlyWorker worker  ) 

Definition at line 21 of file hourly.C.

Here is the call graph for this function:

double HourlyWorker::earnings ( void   )  const [virtual]

Reimplemented from ItemlyWorker< double >.

Definition at line 27 of file hourly.C.

virtual void HourlyWorker::print ( std::ostream &  out  )  const [virtual]

Reimplemented from ItemlyWorker< double >.


The documentation for this class was generated from the following files:

Generated on Thu Oct 22 13:36:17 2009 for EmployeeInheritanceExample by  doxygen 1.5.5