Gromacs  2024.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes
FEPStateValue< T > Struct Template Reference

#include <gromacs/topology/atoms.h>

Description

template<typename T>
struct FEPStateValue< T >

Template wrapper struct for particle FEP state values.

Public Member Functions

 FEPStateValue ()=default
 Empty object.
 
 FEPStateValue (T value)
 Construct without FEP state changes.
 

Public Attributes

 haveBState_
 
bool haveBState_ = false
 Whether this value has B state set or not.
 

Member Data Documentation

template<typename T>
FEPStateValue< T >::haveBState_
Initial value:
{ false } {}
FEPStateValue(T valueA, T valueB) : storage_({ valueA, valueB })

The documentation for this struct was generated from the following file: