ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/utils/GenericFactory.hpp
(Generate patch)

Comparing trunk/OOPSE-4/src/utils/GenericFactory.hpp (file contents):
Revision 1643 by tim, Mon Oct 25 17:03:56 2004 UTC vs.
Revision 1681 by tim, Thu Oct 28 22:26:32 2004 UTC

# Line 199 | Line 199 | class GenericFactory {
199          CreatorMapType creatorMap_;
200   };
201  
202 < /** write out all of the type identifier to a output stream */
202 > /** write out all of the type identifiers to an output stream */
203   template<typename O, typename I, typename C>
204   std::ostream& operator <<(std::ostream& o, GenericFactory<O, I, C>& factory) {
205      std::vector<I> idents;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines