1#ifndef OPAL_Reference_HH
2#define OPAL_Reference_HH
39 Reference(
const std::string &name,
const std::string &help);
44 virtual const std::string &
getType()
const;
A collection of routines to construct object Attributes and retrieve.
A representation of an Object attribute.
AttributeHandler(const std::string &name, const std::string &help, AttributeBase *def)
Constructor.
Reference(const std::string &name, const std::string &help)
Constructor.
virtual const std::string & getType() const
Return attribute type string ``reference''.
virtual void parse(Attribute &, Statement &, bool) const
Parse the attribute.
Reference(const Reference &)
void operator=(const Reference &)
Interface for statements.