37 #ifndef H_OGF_BASIC_PATTERNS_FACTORY_H
38 #define H_OGF_BASIC_PATTERNS_FACTORY_H
Base class for reference-counted objects.
Represents a list of name-value pairs.
Creates instances of a specific class.
virtual ~Factory()
Factory destructor.
virtual Object * create(const ArgList &args)=0
Creates an object based of user-supplied parameters.
Factory()
Factory constructor.
Base class for all objects in the GOM system.
Global Graphite namespace.
SmartPointer< Factory > Factory_var
Automatic reference-counted pointer to a Factory.
Definitions common to all include files in the gom library.