Name Struct Reference

#include <person-record.h>

List of all members.

Public Attributes

char * first
char middle_initial
char * last


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* name field in a PersonRecordV1, the Name struct has three char* fields for first, middle, and last names.


Member Data Documentation

char* Name::first
 

first name is a string

char* Name::last
 

last name is a string

char Name::middle_initial
 

middle initial is just one char


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