NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <flowctrl.hpp>
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 |
Definition at line 203 of file flowctrl.hpp.
|
inline |
Definition at line 215 of file flowctrl.hpp.
bool FlowCtrlCommand::bFlowCtrlStatement |
Definition at line 207 of file flowctrl.hpp.
FlowCtrl::FlowCtrlFunction FlowCtrlCommand::fcFn |
Definition at line 212 of file flowctrl.hpp.
int FlowCtrlCommand::nInputLine |
Definition at line 206 of file flowctrl.hpp.
size_t FlowCtrlCommand::nRFStepping |
Definition at line 210 of file flowctrl.hpp.
int FlowCtrlCommand::nVarIndex |
Definition at line 209 of file flowctrl.hpp.
std::string FlowCtrlCommand::sCommand |
Definition at line 205 of file flowctrl.hpp.
std::string FlowCtrlCommand::sFlowCtrlHeader |
Definition at line 208 of file flowctrl.hpp.