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

#include <LINK/basic/ElementOps.h>

#include <LINK/basic/Set.h>

#include <LINK/graph/Attribute.h>

#ifdef __GNUC__
#undef DEFINE_TEMPLATE
#endif


typedef AttributeBase* _AttributeBase_;
typedef Set<AttributeBase* > _Set_AttributeBase__;


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

#ifdef __GNUC__
template class Set<AttributeBase* >;
template class SetBase<AttributeBase*, DEFAULT_SET_IMPL<AttributeBase* > >;

#endif

