| Expression | Type Requirements | Precondition | Semantics | Postcondition | Complexity
|
X::id_type x.type() const
| | | Returns the chemical type ID of x. | | O(1)
|
std::string x.name() const
| | | If x.type() returns a defined chemical type, x.name() returns a non-empty string. Otherwise, x.name() returns an empty string. | |
|
X::chemical_type_system const &
x.get_chemical_type_system() const
| | | Returns a const reference to the chemical type system associated with x. | | O(1)
|
X::dictionary const & x.get_dictionary() const
| | | Returns a const reference to the dictionary_type associated with x. | | O(1) |