25 #ifndef PAGMO_TOPOLOGY_FULLY_CONNECTED_H 
   26 #define PAGMO_TOPOLOGY_FULLY_CONNECTED_H 
   30 #include "../config.h" 
   31 #include "../serialization.h" 
   34 namespace pagmo { 
namespace topology {
 
   51                 std::string get_name() 
const;
 
   55                 friend class boost::serialization::access;
 
   56                 template <
class Archive>
 
   57                 void serialize(Archive &ar, 
const unsigned int)
 
   59                         ar & boost::serialization::base_object<base>(*this);
 
boost::shared_ptr< base > base_ptr
Alias for shared pointer to base topology. 
graph_type::vertices_size_type vertices_size_type
Vertices size type. 
Fully-connected topology.