SpeciesList Member List
This is the complete list of members for SpeciesList, including all inherited members.
append(const Species &species) -> void | SpeciesList | |
back() const -> Species const & | SpeciesList | inline |
begin() const | SpeciesList | inline |
begin() | SpeciesList | inline |
data() const -> const Vec< Species > & | SpeciesList | |
elements() const -> ElementList | SpeciesList | |
empty() const -> bool | SpeciesList | |
end() const | SpeciesList | inline |
end() | SpeciesList | inline |
find(const String &name) const -> Index | SpeciesList | |
findWithFormula(const ChemicalFormula &formula) const -> Index | SpeciesList | |
findWithName(const String &name) const -> Index | SpeciesList | |
findWithSubstance(const String &substance) const -> Index | SpeciesList | |
front() const -> Species const & | SpeciesList | inline |
get(const String &name) const -> const Species & | SpeciesList | |
getWithFormula(const ChemicalFormula &formula) const -> const Species & | SpeciesList | |
getWithName(const String &name) const -> const Species & | SpeciesList | |
getWithSubstance(const String substance) const -> const Species & | SpeciesList | |
index(const String &name) const -> Index | SpeciesList | |
indexWithFormula(const ChemicalFormula &formula) const -> Index | SpeciesList | |
indexWithName(const String &name) const -> Index | SpeciesList | |
indexWithSubstance(const String &substance) const -> Index | SpeciesList | |
insert(Iterator pos, InputIterator begin, InputIterator end) -> void | SpeciesList | inline |
operator Vec< Species > &() | SpeciesList | |
operator Vec< Species >const &() const | SpeciesList | |
operator[](Index i) const -> const Species & | SpeciesList | |
operator[](Index i) -> Species & | SpeciesList | |
push_back(const Species &species) -> void | SpeciesList | inline |
size() const -> Index | SpeciesList | |
SpeciesList() | SpeciesList | |
SpeciesList(std::initializer_list< Species > species) | SpeciesList | |
SpeciesList(const Vec< Species > &species) | SpeciesList | |
SpeciesList(const StringList &formulas) | SpeciesList | |
SpeciesList(InputIterator begin, InputIterator end) | SpeciesList | inline |
value_type typedef | SpeciesList | |
withAggregateState(AggregateState state) const -> SpeciesList | SpeciesList | |
withCharge(real value) const -> SpeciesList | SpeciesList | |
withElements(const StringList &symbols) const -> SpeciesList | SpeciesList | |
withElementsOf(const StringList &formulas) const -> SpeciesList | SpeciesList | |
withFormulas(const StringList &formulas) const -> SpeciesList | SpeciesList | |
withNames(const StringList &names) const -> SpeciesList | SpeciesList | |
withoutTag(String tag) const -> SpeciesList | SpeciesList | |
withoutTags(const StringList &tags) const -> SpeciesList | SpeciesList | |
withSubstances(const StringList &substances) const -> SpeciesList | SpeciesList | |
withTag(String tag) const -> SpeciesList | SpeciesList | |
withTags(const StringList &tags) const -> SpeciesList | SpeciesList |