Rosetta
Classes | Namespaces | Functions
Entity.hh File Reference

the unit employed/optimized by GeneticAlgorithm More...

#include <protocols/genetic_algorithm/Entity.fwd.hh>
#include <core/types.hh>
#include <utility/SingletonBase.hh>
#include <utility/vector1.hh>
#include <utility/factory/WidgetFactory.hh>
#include <utility/factory/WidgetRegistrator.hh>
#include <utility/VirtualBase.hh>
#include <utility/pointer/owning_ptr.hh>
#include <utility/pointer/access_ptr.hh>
#include <boost/container_hash/extensions.hpp>

Classes

class  protocols::genetic_algorithm::EntityElement
 Entity element. More...
 
class  protocols::genetic_algorithm::EntityElementCreator
 Entity element creator. More...
 
class  protocols::genetic_algorithm::EntityElementFactory
 The EntityElementFactory is responsible for instantiating entity elements from strings. More...
 
class  protocols::genetic_algorithm::EntityElementRegistrator< T >
 
class  protocols::genetic_algorithm::Entity
 
struct  protocols::genetic_algorithm::Vec1Hash
 
struct  protocols::genetic_algorithm::EntityElementsEqual
 

Namespaces

 protocols
 The instance of Loops contained by AbrelaxApplication should be replaced by a LoopsOP.
 
 protocols::genetic_algorithm
 

Functions

std::ostream & protocols::genetic_algorithm::operator<< (std::ostream &os, Entity const &entity)
 
template<typename T >
bool protocols::genetic_algorithm::lt_OP_deref (utility::pointer::shared_ptr< T > const &a, utility::pointer::shared_ptr< T > const &b)
 for sorting owning pointers by that to which they point More...
 
template<typename T >
bool protocols::genetic_algorithm::eq_OP_deref (utility::pointer::shared_ptr< T > const &a, utility::pointer::shared_ptr< T > const &b)
 for assessing equality between owning pointers by that to which they point More...
 

Detailed Description

the unit employed/optimized by GeneticAlgorithm

Author
ashworth