text cover

Data Abstraction and Problem Solving with C++

Walls and Mirrors

by Frank M. Carrano

Addison Wesley Logo

Person Class Reference

#include <Person.h>

Inheritance diagram for Person:

Inheritance graph
[legend]
List of all members.

Detailed Description

Definition at line 15 of file Person.h.

Public Member Functions

 Person ()
 Person (const string &name, const string &id, const string &phone)

Private Attributes

string idNum
string phoneNumber


Constructor & Destructor Documentation

Person::Person  )  [inline]
 

Definition at line 18 of file Person.h.

Person::Person const string &  name,
const string &  id,
const string &  phone
[inline]
 

Definition at line 19 of file Person.h.


Member Data Documentation

string Person::idNum [private]
 

Definition at line 26 of file Person.h.

string Person::phoneNumber [private]
 

Definition at line 27 of file Person.h.


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

Generated on Sun Aug 27 21:29:26 2006 for AWLogo by  doxygen 1.4.6