Rosetta 3.5
|
Factory class for the parser's DataLoader classes. More...
#include <protocols/jd2/parser/DataLoader.fwd.hh>
#include <protocols/jd2/parser/DataLoaderCreator.hh>
#include <utility/factory/WidgetRegistrator.hh>
#include <utility/pointer/ReferenceCount.hh>
#include <map>
Classes | |
class | protocols::jd2::parser::DataLoaderFactory |
A factory for creating DataLoaders, which are able to load arbitrary data into the DataMap used in the XML-based parser. This factory supports the load-time registration scheme allowing DataLoaders to be defined in libraries outside of protocols.lib. More... | |
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. More... | |
Namespaces | |
protocols | |
The instance of Loops contained by AbrelaxApplication should be replaced by a LoopsOP. | |
protocols::jd2 | |
protocols::jd2::parser | |
Constant Groups | |
protocols | |
The instance of Loops contained by AbrelaxApplication should be replaced by a LoopsOP. | |
protocols::jd2 | |
protocols::jd2::parser | |
Factory class for the parser's DataLoader classes.