33 const word& entryName,
39 word DataEntryType(is);
41 typename dictionaryConstructorTable::iterator cstrIter =
42 dictionaryConstructorTablePtr_->find(DataEntryType);
44 if (cstrIter == dictionaryConstructorTablePtr_->end())
47 <<
"Unknown DataEntry type " << DataEntryType <<
" for DataEntry "
48 << entryName <<
". Constructor not in hash table" <<
nl <<
nl
49 <<
" Valid DataEntry types are:" <<
nl
50 << dictionaryConstructorTablePtr_->sortedToc() <<
nl