public

Inheritance Graph

graph BT
	ObjectCreator
	click ObjectCreator "classUtil_1_1ObjectCreator"

Description

Generic creator for objects.

This functor returns a new object of typeObjectType.

Parameters

ObjectType
Concrete type of object that will be created

Author: Benjamin Eikel

Date: 2012-02-07

Public Functions

   
   
ObjectType * operator()()

Documentation

function
Util::ObjectCreator::operator()

public inline
   
   
ObjectType * operator()( )

Defined in Util/Factory/Factory.h:84