|
fourdst::libcomposition v1.5.2
Robust atomic species information library
|
Namespaces | |
| namespace | exceptions |
Classes | |
| struct | CanonicalComposition |
| Represents the canonical (X, Y, Z) composition of stellar material. More... | |
| class | Composition |
| Manages a collection of chemical species and their abundances. More... | |
| struct | CompositionEntry |
| Represents a single entry (an isotope) within a composition. More... | |
| struct | GlobalComposition |
| Represents global properties of a finalized composition. More... | |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const GlobalComposition &comp) |
| std::ostream & | operator<< (std::ostream &os, const CompositionEntry &entry) |
| std::ostream & | operator<< (std::ostream &os, const Composition &composition) |
| std::ostream & fourdst::composition::operator<< | ( | std::ostream & | os, |
| const Composition & | composition ) |
| os | The output stream. |
| composition | The Composition to output. |
Definition at line 772 of file composition.cpp.
| std::ostream & fourdst::composition::operator<< | ( | std::ostream & | os, |
| const CompositionEntry & | entry ) |
| os | The output stream. |
| entry | The CompositionEntry to output. |
Definition at line 767 of file composition.cpp.
| std::ostream & fourdst::composition::operator<< | ( | std::ostream & | os, |
| const GlobalComposition & | comp ) |
Definition at line 760 of file composition.cpp.