19 #ifndef OPAL_PredefinedString_HH
20 #define OPAL_PredefinedString_HH
37 const std::string& help,
38 const std::initializer_list<std::string>& predefinedStrings,
39 const std::string& defaultValue =
"_HAS_NO_DEFAULT_");
44 virtual const std::string &
getType()
const;
A collection of routines to construct object Attributes and retrieve.
A representation of an Object attribute.
Abstract base class for attribute parsers.
Parser for an attribute of type string.
PredefinedString(const PredefinedString &)
virtual void parse(Attribute &, Statement &, bool) const
Parse the attribute.
virtual const std::string & getType() const
Return attribute type string `‘string’'.
std::set< std::string > predefinedStrings_m
void operator=(const PredefinedString &)
virtual ~PredefinedString()
Interface for statements.