|
Gromacs
2026.0-dev-20251111-8c1ac59
|
#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. | |
1.8.5