![]() |
Rosetta Protocols
2014.35
|
#include <utility/pointer/owning_ptr.hh>
#include <boost/shared_ptr.hpp>
#include <boost/weak_ptr.hpp>
#include <map>
Namespaces | |
protocols | |
The instance of Loops contained by AbrelaxApplication should be replaced by a LoopsOP. | |
protocols::moves | |
Typedefs | |
typedef utility::pointer::owning_ptr < Mover > | protocols::moves::MoverOP |
typedef utility::pointer::owning_ptr < Mover const > | protocols::moves::MoverCOP |
typedef boost::shared_ptr< Mover > | protocols::moves::MoverSP |
typedef std::map< std::string const, MoverOP > | protocols::moves::Movers_map |
typedef std::map< std::string, std::string > | protocols::moves::SerializableState |
typedef boost::shared_ptr < SerializableState > | protocols::moves::SerializableStateSP |
typedef boost::shared_ptr < const SerializableState > | protocols::moves::SerializableStateCSP |
typedef boost::weak_ptr < SerializableState > | protocols::moves::SerializableStateWP |
typedef boost::weak_ptr< const SerializableState > | protocols::moves::SerializableStateCWP |
typedef std::map< std::string, std::string > | protocols::moves::MoverCache |
typedef boost::shared_ptr < MoverCache > | protocols::moves::MoverCacheSP |