fIteratorsToUpdate
fIteratorsToUpdate(NULL),
ASSERT(fIteratorsToUpdate->IsEmpty());
delete fIteratorsToUpdate;
fIteratorsToUpdate = new(std::nothrow) IteratorList;
if (fNodes == NULL || fIteratorsToUpdate == NULL || fIndexer == NULL)
iterators.TakeFrom(fIteratorsToUpdate);
fIteratorsToUpdate->Add(iterator);
IteratorList* fIteratorsToUpdate;
ASSERT(fIteratorsToUpdate->IsEmpty());
delete fIteratorsToUpdate;
fIteratorsToUpdate = new(std::nothrow) IteratorList;
if (fNodes == NULL || fIteratorsToUpdate == NULL)
iterators.TakeFrom(fIteratorsToUpdate);
fIteratorsToUpdate->MakeEmpty();
fIteratorsToUpdate->Add(iterator);
IteratorList* fIteratorsToUpdate;
ASSERT(fIteratorsToUpdate->IsEmpty());
delete fIteratorsToUpdate;
fIteratorsToUpdate = new(std::nothrow) IteratorList;
if (fNodes == NULL || fIteratorsToUpdate == NULL)
iterators.TakeFrom(fIteratorsToUpdate);
fIteratorsToUpdate->MakeEmpty();
fIteratorsToUpdate->Add(iterator);
IteratorList* fIteratorsToUpdate;