11 #include <dpsim-models/Attribute.h>
12 #include <dpsim-models/Config.h>
16 std::ostream &operator<<(std::ostream &output,
AttributeBase &attr) {
25 return std::to_string(this->get());
32 ss << this->get().real() <<
"+" << this->get().imag() <<
"i";
virtual String toString()=0
String toString() override
Fallback method for all attribute types not covered by the specifications in Attribute....