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

#include <ProbeVariable.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_
 
int id_
 
std::string probe_filename_
 
std::tuple< std::string, int, std::string > argument_types
 

Detailed Description

Definition at line 32 of file ProbeVariable.h.

Member Function Documentation

◆ operator()()

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

Definition at line 36 of file ProbeVariable.h.

References id_, probe_filename_, var_name_, and OptPilotException::what().

Here is the call graph for this function:

Member Data Documentation

◆ argument_types

std::tuple<std::string, int, std::string> ProbeVariable::argument_types
private

Definition at line 76 of file ProbeVariable.h.

◆ id_

int ProbeVariable::id_
private

Definition at line 72 of file ProbeVariable.h.

Referenced by operator()().

◆ name

const std::string ProbeVariable::name
static

Definition at line 34 of file ProbeVariable.h.

◆ probe_filename_

std::string ProbeVariable::probe_filename_
private

Definition at line 73 of file ProbeVariable.h.

Referenced by operator()().

◆ var_name_

std::string ProbeVariable::var_name_
private

Definition at line 71 of file ProbeVariable.h.

Referenced by operator()().


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