Record Class Reference

#include <Record.h>

Inherited by BikeRecord, CarRecord, and PersonRecord.

List of all members.

Public Member Functions

 Record ()
virtual ~Record ()
virtual RecordClone () const =0
virtual void Print () const =0


Detailed Description

Record is the Prototype

Definition at line 4 of file Record.h.


Constructor & Destructor Documentation

Record::Record (  )  [inline]

Definition at line 8 of file Record.h.

virtual Record::~Record (  )  [inline, virtual]

Definition at line 10 of file Record.h.


Member Function Documentation

virtual Record* Record::Clone (  )  const [pure virtual]

Implemented in BikeRecord, CarRecord, and PersonRecord.

virtual void Record::Print (  )  const [pure virtual]

Implemented in BikeRecord, CarRecord, and PersonRecord.

Referenced by main().

Here is the caller graph for this function:


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

Generated on Fri Mar 20 12:37:11 2009 for Prototype Design Pattern by  doxygen 1.5.8