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

Public Member Functions

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

Public Attributes

std::string expr
 
x
 
y
 
result
 

Detailed Description

template<typename T>
struct test_xy< T >

Definition at line 1285 of file exprtk_mpfr_test.cpp.

Constructor & Destructor Documentation

◆ test_xy() [1/3]

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

Definition at line 1287 of file exprtk_mpfr_test.cpp.

1288 : expr(e)
1289 , x(v0)
1290 , y(v1)
1291 , result(r)
1292 {}
std::string expr

◆ test_xy() [2/3]

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

Definition at line 1289 of file exprtk_real_test.cpp.

1290 : expr(e)
1291 , x(v0)
1292 , y(v1)
1293 , result(r)
1294 {}

◆ test_xy() [3/3]

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

Definition at line 1311 of file exprtk_test.cpp.

1312 : expr(e)
1313 , x(v0)
1314 , y(v1)
1315 , result(r)
1316 {}

Member Data Documentation

◆ expr

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

Definition at line 1294 of file exprtk_mpfr_test.cpp.

Referenced by run_test01().

◆ result

template<typename T >
T test_xy< T >::result

Definition at line 1297 of file exprtk_mpfr_test.cpp.

Referenced by run_test01().

◆ x

template<typename T >
T test_xy< T >::x

Definition at line 1295 of file exprtk_mpfr_test.cpp.

Referenced by run_test01().

◆ y

template<typename T >
T test_xy< T >::y

Definition at line 1296 of file exprtk_mpfr_test.cpp.

Referenced by run_test01().


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