Rosetta
Classes | Namespaces
WriteableCacheableDataFactory.hh File Reference
#include <basic/datacache/WriteableCacheableDataFactory.fwd.hh>
#include <basic/datacache/WriteableCacheableDataCreator.hh>
#include <basic/datacache/WriteableCacheableData.fwd.hh>
#include <utility/SingletonBase.hh>
#include <utility/factory/WidgetRegistrator.hh>
#include <iosfwd>
#include <map>
#include <string>

Classes

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. More...
 
class  basic::datacache::WriteableCacheableDataFactory
 

Namespaces

 basic
 Tags used to tag messeges sent by MPI functions used to decide whether a slave is requesting a new job id or flagging as job as being a bad input.
 
 basic::datacache
 

Detailed Description

Author
Justin Porter