|
Person Class Reference#include <Person.h>
Inheritance diagram for Person:
[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] |
|
Person::Person |
( |
const string & |
name, |
|
|
const string & |
id, |
|
|
const string & |
phone |
|
) |
[inline] |
|
Member Data Documentation
The documentation for this class was generated from the following file:
|