Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

void Impala::Persistency::AnnotationTableRepositoryInFile::Add ( const AnnotationTableLocator loc,
AnnotationTable tab 
) [inline]

Definition at line 48 of file AnnotationTableRepositoryInFile.h.

References GetDir(), Impala::Persistency::RepositoryInFileSystem::GetFile(), Impala::Persistency::AnnotationTableLocator::GetKeyword(), RepFS(), and Impala::Core::Table::Write().

00049     {
00050         String dir = GetDir(loc);
00051         File file = RepFS().GetFile(loc, dir, loc.GetKeyword() + ".tab",
00052                                     true, false);
00053         Write(tab, file);
00054     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:34:30 2010 for ImpalaSrc by  doxygen 1.5.1