Address Struct Reference

#include <person-record.h>

List of all members.

Public Attributes

int number
char * street
char * city
char state [2]
char * country
int zip


Detailed Description

Name is an extended version of the name field in a person record. It's used in PersonRecord Version 3. Instead of the the simple char* address field in a PersonRecordV1, the Address struct has six separate fields for number, street, etc.


Member Data Documentation

char* Address::city
 

city name is a string

char* Address::country
 

country is a string

int Address::number
 

street number is an int

char Address::state[2]
 

state is limited to a 2-char string

char* Address::street
 

street name is a string


The documentation for this struct was generated from the following file:
Generated on Fri Apr 20 09:49:47 2007 by  doxygen 1.4.6