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

#include <LINK/basic/ElementOps.h>

#include <LINK/graph/Attribute.h>

#ifdef __GNUC__
#undef DEFINE_TEMPLATE
#endif


typedef AttributeBase _AttributeBase;


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

#ifdef __GNUC__

#endif

