///scratch/berryj/link/new_link/link/bin/instantiate "-t" "Vertex*" "-r" "-h" "Collection" "-II" "LINK/basic/Collection.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>

#ifdef __GNUC__
#undef DEFINE_TEMPLATE
#endif

#include <LINK/graph/Vertex.h>


typedef Vertex* _Vertex_;
typedef Collection<Vertex* > _Collection_Vertex__;


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

#ifdef __GNUC__
template class Collection<Vertex* >;

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

