Gromacs
2024.5
|
#include <gromacs/utility/include/gromacs/utility/keyvaluetreetransform.h>
Inherits gmx::KeyValueTreeTransformRuleBuilder::Base.
Properties that can be specified after from().to().
FromType | Type specified for from() to map from. |
ToType | Type specified for to() to map to. |
Public Member Functions | |
ToValue (KeyValueTreeTransformRuleBuilder *builder) | |
Creates a parameter provider object within given builder. | |
void | transformWith (std::function< ToType(const FromType &)> transform) |
Specifies the transformation function to convert the value from FromType to ToType. | |
Protected Attributes | |
KeyValueTreeTransformRuleBuilder * | builder_ |
The parent builder. | |