Crossfire Server, Branches 1.12  R18729
titleliststruct Struct Reference
+ Collaboration diagram for titleliststruct:

Data Fields

struct titlestructfirst_book
 
struct titleliststructnext
 
int number
 

Detailed Description

Definition at line 114 of file readable.c.

Field Documentation

struct titlestruct* titleliststruct::first_book

pointer to first book in this list

Definition at line 116 of file readable.c.

Referenced by add_book(), add_book_to_list(), find_title(), free_all_readable(), get_empty_booklist(), and write_book_archive().

struct titleliststruct* titleliststruct::next

pointer to next book list

Definition at line 117 of file readable.c.

Referenced by free_all_readable(), get_empty_booklist(), get_titlelist(), init_book_archive(), and write_book_archive().

int titleliststruct::number

number of items in the list

Definition at line 115 of file readable.c.

Referenced by add_book(), add_book_to_list(), change_book(), get_empty_booklist(), and init_book_archive().


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