///scratch/berryj/link/new_link/link/bin/instantiate "-t" "Set<Vertex*>" "-h" "Set" "-II" "LINK/basic/Set.h" "-I" "LINK/graph/Vertex.h" "-d" "graph" 
#ifdef __GNUC__
#define DEFINE_TEMPLATE
#endif

#include <LINK/basic/ElementOps.h>

#include <LINK/basic/Set.h>

#ifdef __GNUC__
#undef DEFINE_TEMPLATE
#endif

#include <LINK/graph/Vertex.h>


typedef Set<Vertex*> _Set_Vertex__;
typedef Set<Set<Vertex*> > _Set_Set_Vertex___;


//*********************************************************************
#ifdef __GNUC__
template class ElementOps<_Set_Set_Vertex___>;
#endif
//*********************************************************************

#ifdef __GNUC__
template class Set<Set<Vertex*> >;
template class SetBase<Set<Vertex*>, DEFAULT_SET_IMPL<Set<Vertex*> > >;

#endif

