Rosetta  2016.11
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Static Public Member Functions | Private Member Functions | Static Private Member Functions | Private Attributes | Static Private Attributes | List of all members
core::chemical::orbitals::OrbitalTypeMapper Class Reference

#include <OrbitalTypeMapper.hh>

Public Member Functions

virtual ~OrbitalTypeMapper ()
 
orbital_type_enum get_orbital_enum (std::string &orbital_type_name)
 

Static Public Member Functions

static OrbitalTypeMapperget_instance ()
 static function to get the instance of ( pointer to) this singleton class More...
 

Private Member Functions

 OrbitalTypeMapper ()
 
 OrbitalTypeMapper (OrbitalTypeMapper const &)
 
OrbitalTypeMapper const & operator= (OrbitalTypeMapper const &)
 
void map_orbital_name_to_enum ()
 

Static Private Member Functions

static OrbitalTypeMappercreate_singleton_instance ()
 private singleton creation function to be used with utility::thread::threadsafe_singleton More...
 

Private Attributes

std::map< std::string,
orbital_type_enum
orbital_type_2_enum_
 

Static Private Attributes

static OrbitalTypeMapperinstance_
 static data member holding pointer to the singleton class itself More...
 

Constructor & Destructor Documentation

core::chemical::orbitals::OrbitalTypeMapper::~OrbitalTypeMapper ( )
virtual
core::chemical::orbitals::OrbitalTypeMapper::OrbitalTypeMapper ( )
private
core::chemical::orbitals::OrbitalTypeMapper::OrbitalTypeMapper ( OrbitalTypeMapper const &  )
private

Member Function Documentation

OrbitalTypeMapper * core::chemical::orbitals::OrbitalTypeMapper::create_singleton_instance ( )
staticprivate

private singleton creation function to be used with utility::thread::threadsafe_singleton

References OrbitalTypeMapper().

Referenced by get_instance().

OrbitalTypeMapper * core::chemical::orbitals::OrbitalTypeMapper::get_instance ( )
static

static function to get the instance of ( pointer to) this singleton class

References create_singleton_instance(), and instance_.

Referenced by core::chemical::orbitals::OrbitalType::OrbitalType(), and core::scoring::orbitals::OrbitalsLookup::parse_files().

orbital_type_enum core::chemical::orbitals::OrbitalTypeMapper::get_orbital_enum ( std::string &  orbital_type_name)
void core::chemical::orbitals::OrbitalTypeMapper::map_orbital_name_to_enum ( )
private
OrbitalTypeMapper const& core::chemical::orbitals::OrbitalTypeMapper::operator= ( OrbitalTypeMapper const &  )
private

Member Data Documentation

OrbitalTypeMapper * core::chemical::orbitals::OrbitalTypeMapper::instance_
staticprivate

static data member holding pointer to the singleton class itself

Referenced by get_instance().

std::map<std::string, orbital_type_enum> core::chemical::orbitals::OrbitalTypeMapper::orbital_type_2_enum_
private

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