OPAL (Object Oriented Parallel Accelerator Library)
2021.1.99
OPAL
|
#include <SDDSVariable.h>
Public Member Functions | |
sameSDDSVariable (const std::string &base_filename) | |
Expressions::Result_t | operator() (client::function::arguments_t args) |
Private Attributes | |
client::function::argument_t | stat_filename_ |
SDDSVariable | var_ |
A simple expression to get value from stat file near a specific position (ref_val, default: spos) of a reference variable (ref_var) for a variable (var_name). Possible argument orders: args = [var_name, ref_val] args = [var_name, ref_name, ref_val]
Definition at line 114 of file SDDSVariable.h.
|
inline |
Definition at line 115 of file SDDSVariable.h.
References stat_filename_.
|
inline |
Definition at line 125 of file SDDSVariable.h.
References stat_filename_, and var_.
|
private |
Definition at line 138 of file SDDSVariable.h.
Referenced by operator()(), and sameSDDSVariable().
|
private |
Definition at line 139 of file SDDSVariable.h.
Referenced by operator()().