X
-- A type that models the StrictlyChemicallyTyped Conceptx
-- An object of type X
Chemical Type System Type | X::chemical_type_system | A type modelling the TypeSystem Concept
|
Dictionary Type | X::dictionary | A type modelling the Dictionary Concept
|
Chemical ID Type | X::id_type | A type modelling the TypeID Concept |
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) |