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
const string & GetFilename() const
Retrieves the filename of this FileLoader.
A class used to load binary files into emulated memory.
string DetectFileFormat(refcount_ptr< const FileLoaderImpl > &loader) const
Attempt to detect the file format of the file.
bool Load(refcount_ptr< Component > component, ostream &messages) const
Loads the file into a CPU or an AddressDataBus.
static void RunUnitTests(int &nSucceeded, int &nFailures)
Base class for unit testable classes.