Changes between Version 4 and Version 5 of code/doc/Factory
- Timestamp:
- Sep 21, 2008, 8:52:00 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/doc/Factory
v4 v5 11 11 12 12 * '''Identifiers''': 13 * add(name, identifier) adds an [wiki:Identifier] with a given name (this is usually done by the !CreateFactory(classname) macro (read the Wiki-page of [wiki:CoreIncludes] for more information s).13 * add(name, identifier) adds an [wiki:Identifier] with a given name (this is usually done by the !CreateFactory(classname) macro (read the Wiki-page of [wiki:CoreIncludes] for more information). 14 14 * getIdentifier(name) and getIdentifier(network ID) return the [wiki:Identifier] with the given name or the given network ID respectively. 15 15 * '''Iterators''':