///scratch/berryj/link/new_link/link/bin/instantiate "-a" "-t" "char" "-h" "Attribute" "-II" "LINK/graph/Attribute.h" "-I" "LINK/graph/GraphObject.h" "-I" "LINK/graph/Graph.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

#include <LINK/graph/GraphObject.h>

#include <LINK/graph/Graph.h>


typedef char _char;
typedef Attribute<char > _Attribute_char_;


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



#ifdef __GNUC__
template class Attribute<char >;

#ifdef __GNUC__
template int newAttribute(Graph*, String, _char&, int);
template int getAttribute(GraphObject*, String, _char&);
template int setAttribute(GraphObject*, String, _char&, int);
#endif
#endif

