const char* getName() { onGetName(&fName); return fName.c_str(); }
const char* FileFormat::name() const { return onGetName(); }