//---------------------------------------------------------------------------
TemporaryDictionary::TemporaryDictionary(DifferentialIndex& diffIndex)
   : dict(diffIndex.getDatabase().getDictionary()),diffIndex(&diffIndex),idBase(diffIndex.getNextId())
   // Constructor
{
}
Beispiel #2
0
//---------------------------------------------------------------------------
SemanticAnalysis::SemanticAnalysis(DifferentialIndex& diffIndex)
   : dict(diffIndex.getDatabase().getDictionary()),diffIndex(&diffIndex)
   // Constructor
{
}