///scratch/berryj/link/new_link/link/bin/instantiate "-t" "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 Vertex* _Vertex_;
typedef Set<Vertex* > _Set_Vertex__;


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

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

#endif

