Definition at line 45 of file BestFileRepositoryInFile.h. References Impala::Persistency::ModelLocator::GetConcept(), GetDir(), Impala::Persistency::RepositoryInFileSystem::GetFile(), RepFS(), and Impala::Util::Write(). 00046 { 00047 String dir = GetDir(loc); 00048 File file = RepFS().GetFile(loc, dir, loc.GetConcept() + ".best", 00049 true, false); 00050 Util::Write(set, file); 00051 }
Here is the call graph for this function: ![]()
|