int loadList

( int count, LIST* &List, FILE* in )

Read in linked list to file.

Documentation

Read in linked list to file. Since each list node uses a Locator object, it calls loadLocator for each node as well as saving additional information.
Parameters:
count - number of list items to read in
List - start of linked list
in - FILE pointer to destination file
Returns:
total number of bytes read.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.