|
Rosetta 3.5
|
#include <MoverList.hh>

Public Member Functions | |
| MoverList () | |
| void | register_mover (const std::string &name, moves::MoverCOP the_mover) |
| moves::MoverCOP | get_mover (const std::string &name) const |
Protected Attributes | |
| std::map< std::string, moves::MoverCOP > | mover_list_ |
Definition at line 36 of file MoverList.hh.
|
inline |
Definition at line 38 of file MoverList.hh.
| moves::MoverCOP protocols::wum::MoverList::get_mover | ( | const std::string & | name) | const |
Definition at line 30 of file MoverList.cc.
References mover_list_, and protocols::wum::TR().
| void protocols::wum::MoverList::register_mover | ( | const std::string & | name, |
| moves::MoverCOP | the_mover | ||
| ) |
Definition at line 26 of file MoverList.cc.
References mover_list_.
|
protected |
Definition at line 44 of file MoverList.hh.
Referenced by get_mover(), and register_mover().
1.8.4