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