Gromacs
2025.0-dev-20241011-013a99c
|
#include <gromacs/utility/include/gromacs/utility/keyvaluetreebuilder.h>
Root builder for creating trees that have an object at the root.
Public Member Functions | |
KeyValueTreeObjectBuilder | rootObject () |
Returns a builder for the root object. | |
KeyValueTreeObject | build () |
Builds the final object. More... | |
Friends | |
class | KeyValueTreeObjectArrayBuilder |
For access to createValue() methods. | |
class | KeyValueTreeObjectBuilder |
For access to createValue() methods. | |
template<typename T > | |
class | KeyValueTreeUniformArrayBuilder |
For access to createValue() methods. | |
|
inline |
Builds the final object.
The builder should not be accessed after this call.