OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
Public Member Functions | Static Public Attributes | Private Attributes | List of all members
SDDSVariable Struct Reference

#include <SDDSVariable.h>

Public Member Functions

Expressions::Result_t operator() (client::function::arguments_t args)
 

Static Public Attributes

static const std::string name
 

Private Attributes

std::string var_name_
 
std::string stat_filename_
 
std::string ref_name_
 
double ref_val_
 

Detailed Description

Definition at line 42 of file SDDSVariable.h.

Member Function Documentation

◆ operator()()

Expressions::Result_t SDDSVariable::operator() ( client::function::arguments_t  args)
inline

Definition at line 46 of file SDDSVariable.h.

References Physics::e, endl(), ref_name_, ref_val_, stat_filename_, var_name_, and SDDSParserException::what().

Here is the call graph for this function:

Member Data Documentation

◆ name

const std::string SDDSVariable::name
static

Definition at line 44 of file SDDSVariable.h.

◆ ref_name_

std::string SDDSVariable::ref_name_
private

Definition at line 101 of file SDDSVariable.h.

Referenced by operator()().

◆ ref_val_

double SDDSVariable::ref_val_
private

Definition at line 102 of file SDDSVariable.h.

Referenced by operator()().

◆ stat_filename_

std::string SDDSVariable::stat_filename_
private

Definition at line 100 of file SDDSVariable.h.

Referenced by operator()().

◆ var_name_

std::string SDDSVariable::var_name_
private

Definition at line 99 of file SDDSVariable.h.

Referenced by operator()().


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