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

#include <LINK/basic/ElementOps.h>

#include <LINK/basic/MSet.h>

#ifdef __GNUC__
#undef DEFINE_TEMPLATE
#endif

#include <LINK/graph/Graph.h>


typedef Graph* _Graph_;
typedef MSet<Graph* > _MSet_Graph__;


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

#ifdef __GNUC__
template class MSet<Graph* >;
template class MSetBase<Graph*, DEFAULT_SET_IMPL<Graph* > >;

#endif

