|
Gromacs
2025.3
|
#include <memory>#include <string>#include <vector>#include "gromacs/options/abstractoption.h"#include "gromacs/options/abstractoptionstorage.h"#include "gromacs/utility/any.h"#include "gromacs/utility/arrayref.h"#include "gromacs/utility/basedefinitions.h"#include "gromacs/utility/exceptions.h"#include "gromacs/utility/gmxassert.h"#include "valueconverter.h"#include "valuestore.h"
Include dependency graph for optionstoragetemplate.h:Defines gmx::OptionStorageTemplate template.
Classes | |
| class | gmx::OptionStorageTemplate< T > |
| Templated base class for constructing option value storage classes. More... | |
| class | gmx::OptionStorageTemplateSimple< T > |
| Simplified option storage template for options that have one-to-one value conversion. More... | |
1.8.5