Gromacs
2024.3
|
#include <gromacs/utility/include/gromacs/utility/keyvaluetreetransform.h>
Helper object returned from IKeyValueTreeTransformRules::scopedTransform().
Public Member Functions | |
KeyValueTreeTransformRulesScoped (internal::KeyValueTreeTransformerImpl *impl, const KeyValueTreePath &prefix) | |
Internal constructor for creating the scope. | |
KeyValueTreeTransformRulesScoped (KeyValueTreeTransformRulesScoped &&other) noexcept | |
Supports returning the object from IKeyValueTreeTransformRules::scopedTransform(). | |
KeyValueTreeTransformRulesScoped & | operator= (KeyValueTreeTransformRulesScoped &&other) noexcept |
Supports returning the object from IKeyValueTreeTransformRules::scopedTransform(). | |
IKeyValueTreeTransformRules * | rules () |
Returns the interface for adding rules to this scope. | |