Merge pull request #806 from joakim-hove/UDAValue-reset
Uda value reset
This commit is contained in:
@@ -41,6 +41,11 @@ public:
|
||||
template<typename T>
|
||||
bool is() const;
|
||||
|
||||
void reset(double value);
|
||||
void reset(const std::string& value);
|
||||
|
||||
void assert_numeric() const;
|
||||
void assert_numeric(const std::string& error_msg) const;
|
||||
void set_dim(const Dimension& dim) const;
|
||||
const Dimension& get_dim() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user