Which Tools.h++ classes require the Standard C++ Library?

Article ID: 867
Last updated: 29 Jan, 2008
Article ID: 867
Last updated: 29 Jan, 2008
Revision: 1
Views: 4347
Posted: 21 Nov, 1997
by --
Updated: 29 Jan, 2008
by
Problem


Which classes require the Standard C++ Library?


Cause


Some of the Tools.h++ classes require Standard C++ Library classes for their implementation.

  • Where practical, an alternate interface was created for many of these classes. This allows users who do not have the Standard C++ Library to still use the majority of Tools.h++ classes.

  • In some cases making an alternate interface was not practical, so a small number of classes cannot be used without the Standard C++ Library.



Action


The following Tools.h++ classes require the Standard C++ Library:

RWCRExpr
RWTPtrDeque
RWTPtrHashMultiMap
RWTPtrHashMultiMapIterator
RWTPtrMap
RWTPtrMapIterator
RWTPtrMultiMap
RWTPtrMultiMapIterator
RWTPtrMultiSet
RWTPtrMultiSetIterator
RWTPtrSet
RWTPtrSetIterator
RWTPtrSortedDlist
RWTPtrSortedDlistIterator
RWTValDeque
RWTValHashMultiMap
RWTValHashMultiMapIterator
RWTValMap
RWTValMapIterator
RWTValMultiMap
RWTValMultiMapIterator
RWTValMultiSet
RWTValMultiSetIterator
RWTValSet
RWTValSetIterator
RWTValSortedDlist
RWTValSortedDlistIterator

This article was:   Helpful | Not helpful
Report an issue
Article ID: 867
Last updated: 29 Jan, 2008
Revision: 1
Views: 4347
Posted: 21 Nov, 1997 by --
Updated: 29 Jan, 2008 by

Others in this category