1 #ifndef FILELOADER_AOUT_H 2 #define FILELOADER_AOUT_H 54 string DetectFileType(
unsigned char *buf,
size_t buflen,
float& matchness)
const;
61 static void RunUnitTests(
int& nSucceeded,
int& nFailures);
65 #endif // FILELOADER_AOUT_H bool LoadIntoComponent(refcount_ptr< Component > component, ostream &messages) const
Loads the file into a Component.
FileLoader_aout(const string &filename)
string DetectFileType(unsigned char *buf, size_t buflen, float &matchness) const
Attempt to detect file type.
static void RunUnitTests(int &nSucceeded, int &nFailures)
Base class for unit testable classes.