Crossfire Server, Trunk
titlelist Struct Reference
+ Collaboration diagram for titlelist:

Data Fields

titlefirst_book
 
titlelistnext
 
int number
 

Detailed Description

Titles for one message type.

Definition at line 121 of file readable.cpp.

Field Documentation

◆ first_book

title* titlelist::first_book

pointer to first book in this list

Definition at line 123 of file readable.cpp.

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

◆ next

titlelist* titlelist::next

pointer to next book list

Definition at line 124 of file readable.cpp.

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

◆ number

int titlelist::number

number of items in the list

Definition at line 122 of file readable.cpp.

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


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