C++ Mathematical Expression Toolkit (ExprTk) release
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
test_ab< T > Struct Template Reference

Public Member Functions

 test_ab (const std::string &e, const std::string &v0, const std::string &v1, const T &r)
 
 test_ab (const std::string &e, const std::string &v0, const std::string &v1, const T &r)
 
 test_ab (const std::string &e, const std::string &v0, const std::string &v1, const T &r)
 

Public Attributes

std::string expr
 
std::string a
 
std::string b
 
std::string c
 
result
 

Detailed Description

template<typename T>
struct test_ab< T >

Definition at line 2080 of file exprtk_mpfr_test.cpp.

Constructor & Destructor Documentation

◆ test_ab() [1/3]

template<typename T >
test_ab< T >::test_ab ( const std::string &  e,
const std::string &  v0,
const std::string &  v1,
const T &  r 
)
inline

Definition at line 2082 of file exprtk_mpfr_test.cpp.

2083 : expr(e)
2084 , a(v0)
2085 , b(v1)
2086 , c("ccc")
2087 , result(r)
2088 {}
std::string expr
std::string c
std::string a
std::string b

◆ test_ab() [2/3]

template<typename T >
test_ab< T >::test_ab ( const std::string &  e,
const std::string &  v0,
const std::string &  v1,
const T &  r 
)
inline

Definition at line 2083 of file exprtk_real_test.cpp.

2084 : expr(e)
2085 , a(v0)
2086 , b(v1)
2087 , c("ccc")
2088 , result(r)
2089 {}

◆ test_ab() [3/3]

template<typename T >
test_ab< T >::test_ab ( const std::string &  e,
const std::string &  v0,
const std::string &  v1,
const T &  r 
)
inline

Definition at line 2105 of file exprtk_test.cpp.

2106 : expr(e)
2107 , a(v0)
2108 , b(v1)
2109 , c("ccc")
2110 , result(r)
2111 {}

Member Data Documentation

◆ a

template<typename T >
std::string test_ab< T >::a

Definition at line 2091 of file exprtk_mpfr_test.cpp.

Referenced by run_test02().

◆ b

template<typename T >
std::string test_ab< T >::b

Definition at line 2092 of file exprtk_mpfr_test.cpp.

Referenced by run_test02().

◆ c

template<typename T >
std::string test_ab< T >::c

Definition at line 2093 of file exprtk_mpfr_test.cpp.

Referenced by run_test02().

◆ expr

template<typename T >
std::string test_ab< T >::expr

Definition at line 2090 of file exprtk_mpfr_test.cpp.

Referenced by run_test02().

◆ result

template<typename T >
T test_ab< T >::result

Definition at line 2094 of file exprtk_mpfr_test.cpp.

Referenced by run_test02().


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