Definition at line 40 of file LabelSetRepositoryInFile.h. References GetDir(), Impala::Persistency::FeatureLocator::GetFeatureString(), Impala::Persistency::RepositoryInFileSystem::GetFile(), Impala::Persistency::File::GetWriteBuffer(), RepFS(), Impala::Persistency::File::Valid(), and Impala::Core::Feature::LabelSet::Write(). 00041 { 00042 String dir = GetDir(loc); 00043 File file = RepFS().GetFile(loc, dir, loc.GetFeatureString(), 00044 true, false); 00045 if (!file.Valid()) 00046 return; 00047 Util::IOBuffer* buf = file.GetWriteBuffer(); 00048 labelSet->Write(buf); 00049 delete buf; 00050 }
Here is the call graph for this function:
|