OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
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_
 
boost::tuple< std::string, int,
std::string > 
argument_types
 

Detailed Description

Definition at line 14 of file ProbeVariable.h.

Member Function Documentation

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

Definition at line 18 of file ProbeVariable.h.

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

Here is the call graph for this function:

Member Data Documentation

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

Definition at line 58 of file ProbeVariable.h.

int ProbeVariable::id_
private

Definition at line 54 of file ProbeVariable.h.

Referenced by operator()().

const std::string ProbeVariable::name
static

Definition at line 16 of file ProbeVariable.h.

std::string ProbeVariable::probe_filename_
private

Definition at line 55 of file ProbeVariable.h.

Referenced by operator()().

std::string ProbeVariable::var_name_
private

Definition at line 53 of file ProbeVariable.h.

Referenced by operator()().


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