![]() |
Rosetta
2021.16
|
A small utility class which allows you to do a map-like addition of name/ResidueType pairs, but keeps things in the added order. More...
#include <PackerPalette.hh>

Public Member Functions | |
| void | add (std::string const &name, core::chemical::ResidueTypeCOP restype) |
| auto | begin () const -> decltype(data_.begin()) |
| auto | end () const -> decltype(data_.end()) |
Private Attributes | |
| utility::vector1< std::pair < std::string, core::chemical::ResidueTypeCOP > > | data_ |
A small utility class which allows you to do a map-like addition of name/ResidueType pairs, but keeps things in the added order.
| void core::pack::palette::BaseTypeList::add | ( | std::string const & | name, |
| core::chemical::ResidueTypeCOP | restype | ||
| ) |
References data_.
Referenced by core::pack::palette::PackerPalette::add_base_residue_type().
|
inline |
References data_.
|
inline |
References data_.
|
private |
1.8.7