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

#include <LINK/basic/ElementOps.h>

#include <LINK/basic/Container.h>

#include <LINK/graph/Attribute.h>

#include <LINK/basic/Collection.h>

#ifdef __GNUC__
#undef DEFINE_TEMPLATE
#endif


typedef AttributeBase* _AttributeBase_;
typedef Container<AttributeBase* > _Container_AttributeBase__;


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

#ifdef __GNUC__
template class Container<AttributeBase* >;

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

