Data Fields

ml_person_t Struct Reference

Person class. More...

Collaboration diagram for ml_person_t:
Collaboration graph
[legend]

Data Fields

char * psz_role
 Type of person.
char * psz_name
 Name of the person.
int i_id
 ID in the database.
ml_person_tp_next
 Next person in list.

Detailed Description

Person class.

Implemented as a linked list


Field Documentation

ID in the database.

Referenced by ml_CreateAppendPerson().

Next person in list.

Referenced by ml_CopyPersons(), and ml_FreePeople().

Name of the person.

Referenced by ml_CreateAppendPerson(), ml_CreateAppendPersonAdv(), and ml_FreePeople().

Type of person.

Referenced by ml_CreateAppendPerson(), and ml_FreePeople().


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines