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