OpenTTD
Public Member Functions | Data Fields
ScriptFileChecksumCreator Struct Reference

Helper for creating a MD5sum of all files within of a script. More...

Inheritance diagram for ScriptFileChecksumCreator:
FileScanner

Public Member Functions

 ScriptFileChecksumCreator (Subdirectory dir)
 Initialise the md5sum to be all zeroes, so we can easily xor the data.
virtual bool AddFile (const char *filename, size_t basepath_length, const char *tar_filename)
 Add a file with the given filename.
- Public Member Functions inherited from FileScanner
virtual ~FileScanner ()
 Destruct the proper one...
uint Scan (const char *extension, Subdirectory sd, bool tars=true, bool recursive=true)
 Scan for files with the given extension in the given search path.
uint Scan (const char *extension, const char *directory, bool recursive=true)
 Scan for files with the given extension in the given search path.

Data Fields

byte md5sum [16]
 The final md5sum.
Subdirectory dir
 The directory to look in.

Additional Inherited Members

- Protected Attributes inherited from FileScanner
Subdirectory subdir
 The current sub directory we are searching through.

Detailed Description

Helper for creating a MD5sum of all files within of a script.

Definition at line 186 of file script_scanner.cpp.

Member Function Documentation

virtual bool ScriptFileChecksumCreator::AddFile ( const char *  filename,
size_t  basepath_length,
const char *  tar_filename 
)
inlinevirtual

Add a file with the given filename.

Parameters
filenamethe full path to the file to read
basepath_lengthamount of characters to chop of before to get a filename relative to the search path.
tar_filenamethe name of the tar file the file is read from.
Returns
true if the file is added.

Implements FileScanner.

Definition at line 201 of file script_scanner.cpp.

References FioFCloseFile(), and FioFOpenFile().

Referenced by IsSameScript().


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