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

#include <LINK/basic/ElementOps.h>

#include <LINK/basic/Container.h>

#include <LINK/basic/Collection.h>

#ifdef __GNUC__
#undef DEFINE_TEMPLATE
#endif

#include <LINK/graph/Graph.h>


typedef Graph* _Graph_;
typedef Container<Graph* > _Container_Graph__;


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

#ifdef __GNUC__
template class Container<Graph* >;

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

