Rosetta  2021.16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces
JumpSelectorRegistrator.hh File Reference

Declaration of the template class for registrating JumpSelectorCreators with the JumpSelectorFactory. More...

#include <core/select/jump_selector/JumpSelectorFactory.hh>
#include <utility/factory/WidgetRegistrator.hh>

Classes

class  core::select::jump_selector::JumpSelectorRegistrator< T >
 This templated class will register an instance of an JumpSelectorCreator (class T) with the JumpSelectorFactory. It will ensure that no JumpSelector creator is registered twice, and, centralizes this registration logic so that thread safety issues can be handled in one place. More...
 

Namespaces

 core
 A class for reading in the atom type properties.
 
 core::select
 
 core::select::jump_selector
 

Detailed Description

Declaration of the template class for registrating JumpSelectorCreators with the JumpSelectorFactory.

Author
Andrew Leaver-Fay (aleav.nosp@m.erfa.nosp@m.y@gma.nosp@m.il.c.nosp@m.om)