49 virtual const std::string&
name()
const = 0;
61#if defined(WINDOWS) && \
63 __attribute__((force_align_arg_pointer))
69 virtual const std::string&
name()
const {
return _name; }
Abstract interface for allocating HyperGraphElement.
virtual const std::string & name() const =0
virtual HyperGraph::HyperGraphElement * construct()=0
virtual ~AbstractHyperGraphElementCreator()
templatized creator class which creates graph elements
virtual const std::string & name() const
HyperGraph::HyperGraphElement * construct()
HyperGraphElementCreator()