Go to the source code of this file.
Classes | |
struct | PersonRecordV1 |
struct | PersonRecordV2 |
struct | Name |
struct | Address |
struct | PersonRecordV3 |
Functions | |
void | printPersonRecordV1 (PersonRecordV1 prv1) |
void | printPersonRecordV1p (PersonRecordV1 *prv1p) |
void | printPersonRecordV2 (PersonRecordV2 prv2) |
void | printPersonRecordV3 (PersonRecordV3 prv3) |
|
Print out a PersonRecordV1. |
|
Print out a PersonRecordV1*. |
|
Print out a PersonRecordV2. |
|
Print out a PersonRecordV3. |