Definition at line 48 of file ImageSetLocator.h. References Impala::Persistency::Locator::GetDataSet(), and mName. Referenced by Impala::Persistency::ImageSetRepositoryInFile::Add(), Impala::Persistency::ImageSetRepositoryInFile::Get(), and ToString(). 00049 { 00050 if (mName.empty()) 00051 return GetDataSet(); 00052 return mName; 00053 }
Here is the call graph for this function:
|