15 #include "eggConverter.h" 30 const string &preferred_extension,
31 bool allow_last_param,
33 EggFilter(allow_last_param, allow_stdout),
34 _format_name(format_name)
38 _preferred_extension = preferred_extension;
EggConverter(const string &format_name, const string &preferred_extension=string(), bool allow_last_param=true, bool allow_stdout=true)
The first parameter to the constructor should be the one-word name of the alien file format that is t...
This is the base class for a program that reads an egg file, operates on it, and writes another egg f...