Gromacs  2018.8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes
abstractsection.h File Reference
#include "gromacs/options/ioptionscontainerwithsections.h"
#include "gromacs/options/isectionstorage.h"
#include "gromacs/utility/classhelpers.h"
#include "gromacs/utility/gmxassert.h"
+ Include dependency graph for abstractsection.h:
+ This graph shows which files directly or indirectly include this file:

Description

Declares base classes for declaring option sections.

This header defines base classes for option section settings that are used with IOptionsContainerWithSections::addSection(). These classes implement the "named parameter" idiom for specifying section properties.

Author
Teemu Murtola teemu.nosp@m..mur.nosp@m.tola@.nosp@m.gmai.nosp@m.l.com

Classes

class  gmx::AbstractOptionSection
 Base class for specifying option section properties. More...
 
class  gmx::AbstractOptionSectionHandle
 Base class for handles to option sections. More...