Rosetta
Public Types | Public Member Functions | List of all members
basic::datacache::WriteableCacheableDataRegistrator< T > Class Template Reference

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

#include <WriteableCacheableDataFactory.hh>

Inheritance diagram for basic::datacache::WriteableCacheableDataRegistrator< T >:
Inheritance graph
[legend]

Public Types

typedef utility::factory::WidgetRegistrator< WriteableCacheableDataFactory, Tparent
 

Public Member Functions

 WriteableCacheableDataRegistrator ()
 
- Public Member Functions inherited from utility::factory::WidgetRegistrator< WriteableCacheableDataFactory, T >
 WidgetRegistrator ()
 

Detailed Description

template<class T>
class basic::datacache::WriteableCacheableDataRegistrator< T >

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

Member Typedef Documentation

◆ parent

Constructor & Destructor Documentation

◆ WriteableCacheableDataRegistrator()


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