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

#include <LINK/basic/ElementOps.h>

#include <LINK/basic/Collection.h>

#include <LINK/basic/Set.h>

#ifdef __GNUC__
#undef DEFINE_TEMPLATE
#endif

#include <LINK/graph/Vertex.h>


typedef Set<Vertex*> _Set_Vertex__;
typedef Collection<Set<Vertex*> > _Collection_Set_Vertex___;


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

#ifdef __GNUC__
template class Collection<Set<Vertex*> >;

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

