TBTK
|
Need a break? Support the development by playing Polarity Puzzles |
Public Member Functions | |
virtual std::string | toString () const =0 |
Friends | |
std::ostream & | operator<< (std::ostream &stream, const Streamable &streamable) |
|
pure virtual |
This function should be implemented by the overriding class and return a string with characteristic information about the class.
Implemented in TBTK::Property::AbstractProperty< DataType >, TBTK::IndexTree, TBTK::Model, TBTK::Property::GreensFunction, TBTK::Property::LDOS, TBTK::Property::Density, TBTK::Property::DOS, TBTK::Property::SpinPolarizedLDOS, TBTK::Property::EigenValues, and TBTK::Property::WaveFunctions.
|
friend |
Writes the Streamables toString()-representation to a stream.
stream | The stream to write to. |
streamable | The streamable to write. |