Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | List of all members
protocols::jd2::parser::DataLoaderRegistrator< T > Class Template Reference

This templated class will register an instance of an DataLoaderCreator (class T) with the DataLoaderFactory. It will ensure that no DataLoaderCreator is registered twice, and, centralizes this registration logic so that thread safety issues can be handled in one place. More...

#include <DataLoaderFactory.hh>

Inheritance diagram for protocols::jd2::parser::DataLoaderRegistrator< T >:
Inheritance graph
[legend]
Collaboration diagram for protocols::jd2::parser::DataLoaderRegistrator< T >:
Collaboration graph
[legend]

Public Types

typedef
utility::factory::WidgetRegistrator
< DataLoaderFactory, T > 
parent
 

Public Member Functions

 DataLoaderRegistrator ()
 

Detailed Description

template<class T>
class protocols::jd2::parser::DataLoaderRegistrator< T >

This templated class will register an instance of an DataLoaderCreator (class T) with the DataLoaderFactory. It will ensure that no DataLoaderCreator is registered twice, and, centralizes this registration logic so that thread safety issues can be handled in one place.

Definition at line 73 of file DataLoaderFactory.hh.

Member Typedef Documentation

Definition at line 76 of file DataLoaderFactory.hh.

Constructor & Destructor Documentation

Definition at line 78 of file DataLoaderFactory.hh.


The documentation for this class was generated from the following file: