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

bool Impala::Persistency::AnnotationTableRepositoryInFile::Exists ( const AnnotationTableLocator loc  )  [inline]

Definition at line 26 of file AnnotationTableRepositoryInFile.h.

References GetDir(), Impala::Persistency::RepositoryInFileSystem::GetFile(), Impala::Persistency::AnnotationTableLocator::GetKeyword(), RepFS(), and Impala::Persistency::File::Valid().

00027     {
00028         String dir = GetDir(loc);
00029         File file = RepFS().GetFile(loc, dir, loc.GetKeyword() + ".tab",
00030                                     false, true);
00031         return file.Valid();
00032     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:22:29 2011 for ImpalaSrc by  doxygen 1.5.1