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

This structure contains all possible return values of the central string parser in single combined structure. More...

#include <stringdatastructures.hpp>

Collaboration diagram for StringResult:

Public Member Functions

 StringResult ()
 
 StringResult (s_vect &_vResult, std::vector< bool > &_vNoStringVal, bool _bOnlyLogicals)
 
 StringResult (const std::string &sRet, bool _bOnlyLogicals=false)
 
 StringResult (const std::string &sRet, mu::value_type *vals, int nvals)
 

Public Attributes

s_vect vResult
 
std::vector< bool > vNoStringVal
 
std::vector< mu::value_typevNumericalValues
 
bool bOnlyLogicals
 

Detailed Description

This structure contains all possible return values of the central string parser in single combined structure.

Definition at line 330 of file stringdatastructures.hpp.

Constructor & Destructor Documentation

◆ StringResult() [1/4]

StringResult::StringResult ( )
inline

Definition at line 332 of file stringdatastructures.hpp.

References bOnlyLogicals.

◆ StringResult() [2/4]

StringResult::StringResult ( s_vect _vResult,
std::vector< bool > &  _vNoStringVal,
bool  _bOnlyLogicals 
)
inline

Definition at line 337 of file stringdatastructures.hpp.

◆ StringResult() [3/4]

StringResult::StringResult ( const std::string &  sRet,
bool  _bOnlyLogicals = false 
)
inline

Definition at line 339 of file stringdatastructures.hpp.

References bOnlyLogicals, StringVector::push_generic(), vNoStringVal, and vResult.

Here is the call graph for this function:

◆ StringResult() [4/4]

StringResult::StringResult ( const std::string &  sRet,
mu::value_type vals,
int  nvals 
)
inline

Definition at line 346 of file stringdatastructures.hpp.

References bOnlyLogicals, StringVector::push_generic(), vNoStringVal, vNumericalValues, and vResult.

Here is the call graph for this function:

Member Data Documentation

◆ bOnlyLogicals

◆ vNoStringVal

◆ vNumericalValues

◆ vResult


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