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

QuidTable* Impala::Persistency::FoldRepositoryInFile::Get ( const FoldLocator loc  )  [inline]

Definition at line 27 of file FoldRepositoryInFile.h.

References GetDir(), Impala::Persistency::RepositoryInFileSystem::GetFile(), Impala::Persistency::FoldLocator::GetName(), Impala::Util::Read(), RepFS(), and Impala::Persistency::File::Valid().

00028     {
00029         QuidTable* res = new QuidTable();
00030         String dir = GetDir(loc);
00031         File file = RepFS().GetFile(loc, dir, loc.GetName() + ".tab",
00032                                     false, false);
00033         if (!file.Valid())
00034             return 0;
00035         Read(res, file);
00036         return res;
00037     }

Here is the call graph for this function:


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