NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
FlowCtrlCommand Struct Reference

#include <flowctrl.hpp>

Collaboration diagram for FlowCtrlCommand:

Public Member Functions

 FlowCtrlCommand (const std::string &sCmd, int nLine, bool bStatement=false, FlowCtrl::FlowCtrlFunction fn=nullptr)
 

Public Attributes

std::string sCommand
 
int nInputLine
 
bool bFlowCtrlStatement
 
std::string sFlowCtrlHeader
 
int nVarIndex
 
size_t nRFStepping
 
FlowCtrl::FlowCtrlFunction fcFn
 

Detailed Description

Definition at line 203 of file flowctrl.hpp.

Constructor & Destructor Documentation

◆ FlowCtrlCommand()

FlowCtrlCommand::FlowCtrlCommand ( const std::string &  sCmd,
int  nLine,
bool  bStatement = false,
FlowCtrl::FlowCtrlFunction  fn = nullptr 
)
inline

Definition at line 215 of file flowctrl.hpp.

Member Data Documentation

◆ bFlowCtrlStatement

bool FlowCtrlCommand::bFlowCtrlStatement

Definition at line 207 of file flowctrl.hpp.

◆ fcFn

FlowCtrl::FlowCtrlFunction FlowCtrlCommand::fcFn

Definition at line 212 of file flowctrl.hpp.

◆ nInputLine

int FlowCtrlCommand::nInputLine

Definition at line 206 of file flowctrl.hpp.

◆ nRFStepping

size_t FlowCtrlCommand::nRFStepping

Definition at line 210 of file flowctrl.hpp.

◆ nVarIndex

int FlowCtrlCommand::nVarIndex

Definition at line 209 of file flowctrl.hpp.

◆ sCommand

std::string FlowCtrlCommand::sCommand

Definition at line 205 of file flowctrl.hpp.

◆ sFlowCtrlHeader

std::string FlowCtrlCommand::sFlowCtrlHeader

Definition at line 208 of file flowctrl.hpp.


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