VLC  2.1.0-git
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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

int ml_person_t::i_id

ID in the database.

Referenced by ml_CreateAppendPerson().

ml_person_t* ml_person_t::p_next

Next person in list.

Referenced by ml_CopyPersons(), and ml_FreePeople().

char* ml_person_t::psz_name

Name of the person.

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

char* ml_person_t::psz_role

Type of person.

Referenced by ml_CreateAppendPerson(), and ml_FreePeople().


The documentation for this struct was generated from the following file: