OpenMD 3.0
Molecular Dynamics in the Open
Loading...
Searching...
No Matches
OpenMD::ParamConstraintFacade< Derived > Struct Template Reference

This class allows to recognize constraint predicates, so that they can be combined using composition operators. More...

#include <ParamConstraint.hpp>

Public Member Functions

std::string getConstraintDescription ()
 

Protected Attributes

std::string description_
 

Detailed Description

template<typename Derived>
struct OpenMD::ParamConstraintFacade< Derived >

This class allows to recognize constraint predicates, so that they can be combined using composition operators.

Every constraint predicate must be derived from this class

Definition at line 60 of file ParamConstraint.hpp.

Member Function Documentation

◆ getConstraintDescription()

template<typename Derived >
std::string OpenMD::ParamConstraintFacade< Derived >::getConstraintDescription ( )
inline

Definition at line 61 of file ParamConstraint.hpp.

Member Data Documentation

◆ description_

template<typename Derived >
std::string OpenMD::ParamConstraintFacade< Derived >::description_
protected

Definition at line 64 of file ParamConstraint.hpp.


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