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

bool Impala::Persistency::DistributedAccessRepositoryInFile::Exists ( const KernelMatrixLocator loc  )  [inline]

Definition at line 32 of file DistributedAccessRepositoryInFile.h.

References GetDir(), Impala::Persistency::KernelMatrixLocator::GetFeature(), Impala::Persistency::RepositoryInFileSystem::GetFile(), RepFS(), and Impala::Persistency::File::Valid().

00033     {
00034         String filename = loc.GetFeature() + ".info";
00035         String dir = GetDir(loc);
00036         Persistency::File file = RepFS().GetFile(loc, dir, filename, false,
00037                                                  true);
00038         return file.Valid();
00039     }

Here is the call graph for this function:


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