Definition at line 37 of file QuidTableRepositoryInFile.h. References Impala::Persistency::QuidTableLocator::GetDir(), Impala::Persistency::RepositoryInFileSystem::GetFile(), Impala::Persistency::QuidTableLocator::GetName(), RepFS(), and Impala::Core::Table::Write(). 00038 { 00039 File file = RepFS().GetFile(loc, loc.GetDir(), loc.GetName(), 00040 true, false); 00041 Write(tab, file); 00042 }
Here is the call graph for this function:
|