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

int Impala::Persistency::VideoSetsRepository::GetId ( CString  setName  )  const [inline]

Definition at line 52 of file VideoSetsRepository.h.

References Impala::FileNameBase(), and mIdMap.

Referenced by Impala::Core::VideoSet::VideoSet::GetSetId(), and Register().

00053     {
00054         int id = 0;
00055         mIdMap.GetIdx(FileNameBase(setName), id);
00056         return id;
00057     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:37:21 2010 for ImpalaSrc by  doxygen 1.5.1