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

#include <LINK/basic/ElementOps.h>

#include <LINK/basic/Subset.h>

#include <LINK/basic/Set.h>

#include <LINK/basic/Container.h>

#ifdef __GNUC__
#undef DEFINE_TEMPLATE
#endif

#include <LINK/graph/Vertex.h>


typedef SubSet<Vertex*> _SubSet_Vertex__;
typedef Container<SubSet<Vertex*> > _Container_SubSet_Vertex___;


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

#ifdef __GNUC__
template class Container<SubSet<Vertex*> >;

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

