15 #ifndef BORNAGAIN_FIT_TOOLS_ATTRIBUTES_H
16 #define BORNAGAIN_FIT_TOOLS_ATTRIBUTES_H
49 void print(std::ostream& ostr)
const;
Attributes for a fit parameter.
Attributes(bool is_fixed)
void print(std::ostream &ostr) const
parameter is fixed
static Attributes fixed()
Creates a fixed value object.
bool operator!=(const Attributes &other) const
bool operator==(const Attributes &other) const
friend std::ostream & operator<<(std::ostream &ostr, const Attributes &m)
void setFixed(bool is_fixed)