1 #ifndef OPAL_TableRow_HH
2 #define OPAL_TableRow_HH
31 namespace Attributes {
40 TableRow(
const std::string &
name,
const std::string &help);
45 virtual const std::string &
getType()
const;
59 #endif // OPAL_TableRow_HH
Parser for an attribute of type table row reference.
Abstract base class for attribute parsers.
TableRow(const std::string &name, const std::string &help)
Constructor.
virtual void parse(Attribute &, Statement &, bool) const
Parse the attribute.
Interface for statements.
Representation of a table row reference.
void operator=(const TableRow &)
virtual const std::string & getType() const
Return attribute type string ``table line''.
A representation of an Object attribute.