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

void Impala::Core::Database::RawDataSet::Init ( String  setName  )  [inline, protected]

Definition at line 878 of file RawDataSet.h.

References Impala::FileNameBase(), mHasFiles, mLastId, mLastKeyForWarning, mSetFileName, mSetName, and mSetNameBase.

Referenced by RawDataSet().

00879     {
00880         mLastKeyForWarning = -1;
00881         mSetName = setName;
00882         mSetNameBase = FileNameBase(mSetName);
00883         mSetFileName = "";
00884         mHasFiles = false;
00885         mLastId = 0;
00886     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:08:00 2010 for ImpalaSrc by  doxygen 1.5.1