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

#include <LINK/basic/ElementOps.h>

#include <LINK/basic/Subset.h>

#ifdef __GNUC__
#undef DEFINE_TEMPLATE
#endif

#include <LINK/graph/Vertex.h>


typedef Vertex* _Vertex_;
typedef SubSet<Vertex* > _SubSet_Vertex__;


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

#ifdef __GNUC__
template class SubSet<Vertex* >;

#endif
#ifdef __GNUC__
template ostream& operator<<(ostream&, const SubSet<Vertex* >&);
#endif

