objectFactory.hpp File Reference

File contains definition of Factory pattern. More...

#include <map>
#include <string>
#include <typeinfo>
#include <utils/smartPointer.hpp>

Go to the source code of this file.

Classes

class  julian::ObjectFactory< T >
 Class implements a factory pattern. More...
 
class  julian::ObjectFactoryHelper< Base, Derived >
 factory helper More...
 

Detailed Description

File contains definition of Factory pattern.