1#ifndef OPAL_BoolArray_HH
2#define OPAL_BoolArray_HH
38 BoolArray(
const std::string &name,
const std::string &help);
43 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.
BoolArray(const std::string &name, const std::string &help)
Constructor.
void operator=(const BoolArray &)
virtual const std::string & getType() const
Return attribute type string ``logical array''.
virtual void parseComponent(Attribute &, Statement &, bool, int) const
Parse a component of the array.
BoolArray(const BoolArray &)
virtual void parse(Attribute &, Statement &, bool) const
Parse the attribute.
Interface for statements.