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

This structure combines all string function's arguments into a single structure to align all string function's signatures. More...

#include <stringdatastructures.hpp>

Collaboration diagram for StringFuncArgs:

Public Member Functions

 StringFuncArgs ()
 

Public Attributes

StringArg sArg1
 
StringArg sArg2
 
StringArg sArg3
 
s_vect sMultiArg
 
long long int nArg1
 
long long int nArg2
 
mu::value_type dArg1
 
n_vect nMultiArg
 
const Settingsopt
 

Detailed Description

This structure combines all string function's arguments into a single structure to align all string function's signatures.

Definition at line 239 of file stringdatastructures.hpp.

Constructor & Destructor Documentation

◆ StringFuncArgs()

StringFuncArgs::StringFuncArgs ( )
inline

Definition at line 248 of file stringdatastructures.hpp.

Member Data Documentation

◆ dArg1

◆ nArg1

◆ nArg2

◆ nMultiArg

◆ opt

◆ sArg1

◆ sArg2

◆ sArg3

◆ sMultiArg


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