|
SERiF 0.0.1a
3+1D Stellar Structure and Evolution
|
Implementation of the DObject class. More...
Go to the source code of this file.
Functions | |
| std::ostream & | operator<< (std::ostream &os, const DObject &obj) |
| Provides a human-readable summary of the DObject. | |
Implementation of the DObject class.
Provides the implementation for a universal data container with plugin support.
Definition in file DObject.cpp.
| std::ostream & operator<< | ( | std::ostream & | os, |
| const DObject & | obj ) |
Provides a human-readable summary of the DObject.
Useful for quick inspection or logging during debugging sessions.
| os | The output stream to write to. |
| obj | The DObject to summarize. |
Definition at line 126 of file DObject.cpp.