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

#include <LINK/basic/ElementOps.h>

#include <LINK/basic/MSet.h>

#include <LINK/graph/Attribute.h>

#ifdef __GNUC__
#undef DEFINE_TEMPLATE
#endif


typedef AttributeBase* _AttributeBase_;
typedef MSet<AttributeBase* > _MSet_AttributeBase__;


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

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

#endif

