|
BioCMAMC-ST
|
Classes | |
| struct | EnvironementProperties |
| struct | Specie |
| class | SpecieTable |
Functions | |
| Specie | new_specie (std::string_view _name, double molar_weight, std::optional< double > henry) |
| Specie | new_specie (std::string_view _name) |
| std::optional< Specie > | query_species (std::string_view) |
| std::ostream & | operator<< (std::ostream &os, const Specie &s) |
| std::ostream & | operator<< (std::ostream &os, const SpecieTable &table) |
| Specie Mixture::new_specie | ( | std::string_view | _name | ) |
| Specie Mixture::new_specie | ( | std::string_view | _name, |
| double | molar_weight, | ||
| std::optional< double > | henry ) |
| std::ostream & Mixture::operator<< | ( | std::ostream & | os, |
| const Specie & | s ) |
| std::ostream & Mixture::operator<< | ( | std::ostream & | os, |
| const SpecieTable & | table ) |
| std::optional< Specie > Mixture::query_species | ( | std::string_view | name | ) |