|
Gromacs
2025.3
|
#include <gromacs/utility/include/gromacs/utility/keyvaluetreebuilder.h>
Inherits gmx::KeyValueTreeArrayBuilderBase.
Builder for KeyValueTreeArray objects where all elements are of type T.
The builder does not own the array being constructed, but instead holds a reference to an object within a tree rooted in KeyValueTreeBuilder or KeyValueTreeValueBuilder.
Public Member Functions | |
| void | addValue (const T &value) |
| Appends a value to the array. | |
Protected Member Functions | |
| KeyValueTreeValue & | addRawValue (Any &&value) |
| Appends a raw Any value to the array. | |
| KeyValueTreeValue & | addRawValue (KeyValueTreeValue &&value) |
| Appends a raw KeyValueTreeValue to the array. | |
Friends | |
| class | KeyValueTreeObjectBuilder |
1.8.5