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