1#ifndef OPAL_TableRow_HH
2#define OPAL_TableRow_HH
40 TableRow(
const std::string &name,
const std::string &help);
45 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.
Representation of a table row reference.
virtual const std::string & getType() const
Return attribute type string ``table line''.
TableRow(const std::string &name, const std::string &help)
Constructor.
virtual void parse(Attribute &, Statement &, bool) const
Parse the attribute.
TableRow(const TableRow &)
void operator=(const TableRow &)
Interface for statements.