Definition at line 54 of file ImageSetLocator.h. References Impala::Persistency::Locator::GetDataSet(), and mName. Referenced by Impala::Persistency::ImageSetRepositoryInFile::Add(), Impala::Persistency::ImageSetRepositoryInFile::Delete(), Impala::Persistency::ImageSetRepositoryInFile::Exists(), Impala::Persistency::ImageSetRepositoryInFile::Get(), and ToString(). 00055 { 00056 if (mName.empty()) 00057 return GetDataSet(); 00058 return mName; 00059 }
Here is the call graph for this function: ![]()
|