Class Scine::Utils::Results

class Results

Class for the properties obtained in a single-point calculation.

To obtain the properties:

  • ”get” methods return references to the results (also allows simple copy)

  • ”take” methods move the results (which will not be present in Results afterwards).

Template pattern does not allow for pImpl idiom without defining a specialized template for each Property.

Public Functions

PropertyList allContainedProperties() const

Function that returns PropertyList of all Properties contained in the results.