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

void Impala::Persistency::FrameHashesRepositoryInFile::Add ( const FrameHashesLocator loc,
FrameHashes frameHashes 
) [inline]

Definition at line 43 of file FrameHashesRepositoryInFile.h.

References GetDir(), Impala::Persistency::RepositoryInFileSystem::GetFile(), Impala::Persistency::File::GetWriteBuffer(), RepFS(), and Impala::Util::Write().

00044     {
00045         String dir = GetDir(loc);
00046         File file = RepFS().GetFile(loc, dir, "hashes.tab", true, false);
00047         Util::IOBuffer* buffer = file.GetWriteBuffer();
00048         const bool binary = true;
00049         Core::Table::Write(frameHashes, buffer, binary);
00050         delete buffer;
00051     }

Here is the call graph for this function:


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