Represents an Attribute.
More...
#include <Attribute.h>
Represents an Attribute.
Definition at line 14 of file Attribute.h.
◆ AttributeValue
◆ Attribute() [1/4]
smtrat::parser::Attribute::Attribute |
( |
| ) |
|
|
inline |
◆ Attribute() [2/4]
smtrat::parser::Attribute::Attribute |
( |
const std::string & |
key | ) |
|
|
inlineexplicit |
◆ Attribute() [3/4]
smtrat::parser::Attribute::Attribute |
( |
const std::string & |
key, |
|
|
const AttributeValue & |
value |
|
) |
| |
|
inline |
◆ Attribute() [4/4]
smtrat::parser::Attribute::Attribute |
( |
const std::string & |
key, |
|
|
const boost::optional< AttributeValue > & |
value |
|
) |
| |
|
inline |
◆ hasValue()
bool smtrat::parser::Attribute::hasValue |
( |
| ) |
const |
|
inline |
◆ simplify()
void smtrat::parser::Attribute::simplify |
( |
| ) |
|
|
inline |
◆ key
std::string smtrat::parser::Attribute::key |
◆ value
The documentation for this class was generated from the following file: