FileLoader.h Source File
Back to the index.
Go to the documentation of this file.
99 static void RunUnitTests(
int& nSucceeded,
int& nFailures);
106 typedef vector< refcount_ptr<const FileLoaderImpl> > FileLoaderImplVector;
107 const string m_filename;
108 FileLoaderImplVector m_fileLoaders;
112 #endif // FILELOADER_H
bool Load(refcount_ptr< Component > component, ostream &messages) const
Loads the file into a CPU or an AddressDataBus.
string DetectFileFormat(refcount_ptr< const FileLoaderImpl > &loader) const
Attempt to detect the file format of the file.
static void RunUnitTests(int &nSucceeded, int &nFailures)
A class used to load binary files into emulated memory.
const string & GetFilename() const
Retrieves the filename of this FileLoader.
Base class for unit testable classes.
Generated on Tue Mar 24 2020 14:04:48 for GXemul by
1.8.17