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

Data Fields

struct titlestructfirst_book
 
struct titleliststructnext
 
int number
 

Detailed Description

Titles for one message type.

Definition at line 121 of file readable.cpp.

Field Documentation

◆ first_book

struct titlestruct* titleliststruct::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(), get_empty_booklist(), and write_book_archive().

◆ next

struct titleliststruct* titleliststruct::next

pointer to next book list

Definition at line 124 of file readable.cpp.

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

◆ number

int titleliststruct::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(), get_empty_booklist(), and init_book_archive().


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