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

Comparing branches/new_design/OOPSE-4/src/utils/GenericFactory.hpp (file contents):
Revision 1824, Thu Oct 28 22:34:02 2004 UTC vs.
Revision 1825 by tim, Thu Dec 2 04:55:10 2004 UTC

# Line 44 | Line 44 | namespace oopse {
44   * Factory pattern is used to define an interface for creating an object.
45   *
46   * @param Object the base class of the hierarchy for which you provide the object factory.
47 < * @param IdentType the object that identifies the type of the concrete object. Default type is string
48 < * @param Creator  the callable entity that creates objects. This type must support operator(),
47 > * @param IdentType the object that identifies the type of the concrete object. Default type is  std::string* @param Creator  the callable entity that creates objects. This type must support operator(),
48   * taking no parameters and returning a pointer to Object. Default type is function pointer.
49   *
50   * Usage:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines