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

Impala::Persistency::FoldLocator::FoldLocator ( const Locator base,
int  quidClass,
CString  conceptSet,
CString  keyword,
CString  foldType,
int  foldNr 
) [inline]

Definition at line 45 of file FoldLocator.h.

References Impala::MakeString(), mConceptSet, mFoldType, mKeyword, mName, and mQuidClass.

00047         : Locator(base.GetProtocol(), base.GetHost(), base.GetDataSet())
00048     {
00049         mQuidClass = quidClass;
00050         mConceptSet = conceptSet;
00051         mKeyword = keyword;
00052         mFoldType = foldType;
00053         mName = keyword + "_fold_" + MakeString(foldNr);
00054     }

Here is the call graph for this function:


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