Rosetta
Public Types | Public Member Functions | List of all members
core::chemical::rotamers::RotamerLibrarySpecificationRegistrator< T > Class Template Reference

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

#include <RotamerLibrarySpecificationRegistrator.hh>

Inheritance diagram for core::chemical::rotamers::RotamerLibrarySpecificationRegistrator< T >:
Inheritance graph
[legend]

Public Types

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

Public Member Functions

 RotamerLibrarySpecificationRegistrator ()
 

Detailed Description

template<class T>
class core::chemical::rotamers::RotamerLibrarySpecificationRegistrator< T >

This templated class will register an instance of an RotamerLibrarySpecificationCreator (class T) with the RotamerLibrarySpecificationFactory. It will ensure that no RotamerLibrarySpecification creator 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

◆ RotamerLibrarySpecificationRegistrator()


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