#include <core/Attributes.hpp>
◆ clear()
void openfluid::core::Attributes::clear |
( |
| ) |
|
◆ getAttributesNames()
std::vector<AttributeName_t> openfluid::core::Attributes::getAttributesNames |
( |
| ) |
const |
◆ getValue() [1/2]
◆ getValue() [2/2]
bool openfluid::core::Attributes::getValue |
( |
const AttributeName_t & |
aName, |
|
|
std::string & |
aValue |
|
) |
| const |
◆ getValueAsDouble()
bool openfluid::core::Attributes::getValueAsDouble |
( |
const AttributeName_t & |
aName, |
|
|
double & |
aValue |
|
) |
| const |
◆ getValueAsLong()
bool openfluid::core::Attributes::getValueAsLong |
( |
const AttributeName_t & |
aName, |
|
|
long & |
aValue |
|
) |
| const |
◆ isAttributeExist()
bool openfluid::core::Attributes::isAttributeExist |
( |
const AttributeName_t & |
aName | ) |
const |
◆ removeAttribute()
bool openfluid::core::Attributes::removeAttribute |
( |
const AttributeName_t & |
aName | ) |
|
◆ replaceValue() [1/2]
bool openfluid::core::Attributes::replaceValue |
( |
const AttributeName_t & |
aName, |
|
|
const std::string & |
aValue |
|
) |
| |
◆ replaceValue() [2/2]
◆ setValue() [1/2]
bool openfluid::core::Attributes::setValue |
( |
const AttributeName_t & |
aName, |
|
|
const std::string & |
aValue |
|
) |
| |
◆ setValue() [2/2]
◆ setValueFromRawString()
bool openfluid::core::Attributes::setValueFromRawString |
( |
const AttributeName_t & |
aName, |
|
|
const std::string & |
aValue |
|
) |
| |
◆ value()
The documentation for this class was generated from the following file: