BALL::Factory< T > Class Template Reference
[Miscellaneous]

Factory class. More...

#include <factory.h>

List of all members.


Static Public Member Functions

static T * create ()
Return a pointer to a new instance of T.
static void * createVoid ()
Return a void pointer to a new instance of T.
static const T & getDefault ()
Return a reference to a (pre-instantiated) default object.

Detailed Description

template<typename T>
class BALL::Factory< T >

Factory class.

The factory class is used to create objects of the type it was parameterized with.


Generated on Thu Aug 6 18:30:26 2009 for BALL by doxygen 1.5.8