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


typedef Edge* _Edge_;
typedef Collection<Edge* > _Collection_Edge__;


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

#ifdef __GNUC__
template class Collection<Edge* >;

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

