DynExp
Highly flexible laboratory automation for dynamically changing experiments.
ParamInfo Struct Reference

Bundles a parameter's title and description texts. More...

Public Member Functions

 ParamInfo (std::string Title, std::string Description)
 Constructs an instance and initializes Title and Description. More...
 
 ParamInfo (std::string_view Title, std::string_view Description)
 Constructs an instance and initializes Title and Description. More...
 

Public Attributes

const std::string Title
 Refer to DynExp::ParamsBase::ParamBase::ParamTitle. More...
 
const std::string Description
 Refer to DynExp::ParamsBase::ParamBase::ParamDescription. More...
 

Detailed Description

Bundles a parameter's title and description texts.

Definition at line 47 of file ParamsConfig.h.

Constructor & Destructor Documentation

◆ ParamInfo() [1/2]

ParamInfo::ParamInfo ( std::string  Title,
std::string  Description 
)
inline

Constructs an instance and initializes Title and Description.

Parameters
TitleRefer to Title.
DescriptionRefer to Description.

Definition at line 54 of file ParamsConfig.h.

◆ ParamInfo() [2/2]

ParamInfo::ParamInfo ( std::string_view  Title,
std::string_view  Description 
)
inline

Constructs an instance and initializes Title and Description.

Parameters
TitleRefer to Title.
DescriptionRefer to Description.

Definition at line 60 of file ParamsConfig.h.

Member Data Documentation

◆ Description

const std::string ParamInfo::Description

Refer to DynExp::ParamsBase::ParamBase::ParamDescription.

Definition at line 64 of file ParamsConfig.h.

◆ Title

const std::string ParamInfo::Title

Refer to DynExp::ParamsBase::ParamBase::ParamTitle.

Definition at line 63 of file ParamsConfig.h.


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