32 const word& helpTypeName
35 Info<<
"Selecting helpType " << helpTypeName <<
endl;
37 dictionaryConstructorTable::iterator cstrIter =
38 dictionaryConstructorTablePtr_->find(helpTypeName);
40 if (cstrIter == dictionaryConstructorTablePtr_->end())
44 if (helpTypeName ==
"-help")
47 <<
"Valid helpType selections are:" <<
nl
48 << dictionaryConstructorTablePtr_->sortedToc() <<
nl
54 <<
"Unknown helpType type " << helpTypeName <<
nl
55 <<
"Valid helpType selections are:" <<
nl
56 << dictionaryConstructorTablePtr_->sortedToc() <<
nl
61 return autoPtr<helpType>(cstrIter()());