30 #ifndef INCLUDED_core_chemical_AtomTypeSet_hh
31 #define INCLUDED_core_chemical_AtomTypeSet_hh
38 #include <utility/exit.hh>
39 #include <utility/pointer/ReferenceCount.hh>
47 #include <utility/vector1_bool.hh>
48 #include <utility/sql_database/DatabaseSessionManager.fwd.hh>
72 utility::sql_database::sessionOP db_session);
107 std::map< std::string, int >::const_iterator
110 utility_exit_with_message(
"unrecognized atom_type_name "+atom_type_name);
123 return *(
atoms_[ index ] );
133 return *(
atoms_[ index ] );
142 utility_exit_with_message(
"AtomTypeSet: unrecognized atom parameter: "+name );
147 std::map< std::string, int>
const &
180 utility::sql_database::sessionOP db_session);
187 utility::sql_database::sessionOP db_session);
193 utility::sql_database::sessionOP db_session);