OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
ProbeVariable Struct Reference

#include <ProbeVariable.h>

Collaboration diagram for ProbeVariable:

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_
boost::tuple< std::string, int, std::string > argument_types

Detailed Description

Definition at line 34 of file ProbeVariable.h.

Member Function Documentation

◆ operator()()

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

Definition at line 38 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

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

Definition at line 78 of file ProbeVariable.h.

◆ id_

int ProbeVariable::id_
private

Definition at line 74 of file ProbeVariable.h.

Referenced by operator()().

◆ name

const std::string ProbeVariable::name
static

Definition at line 36 of file ProbeVariable.h.

◆ probe_filename_

std::string ProbeVariable::probe_filename_
private

Definition at line 75 of file ProbeVariable.h.

Referenced by operator()().

◆ var_name_

std::string ProbeVariable::var_name_
private

Definition at line 73 of file ProbeVariable.h.

Referenced by operator()().


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