C++ Mathematical Expression Toolkit (ExprTk) release
Loading...
Searching...
No Matches
test_xyzw< T > Struct Template Reference

Public Member Functions

 test_xyzw (const std::string &e, const T &v0, const T &v1, const T &v2, const T &v3, const T &r)
 test_xyzw (const std::string &e, const T &v0, const T &v1, const T &v2, const T &v3, const T &r)
 test_xyzw (const std::string &e, const T &v0, const T &v1, const T &v2, const T &v3, const T &r)
 test_xyzw (const std::string &e, const T &v0, const T &v1, const T &v2, const T &v3, const T &r)

Public Attributes

std::string expr
x
y
z
w
result

Detailed Description

template<typename T>
struct test_xyzw< T >

Definition at line 128 of file exprtk_mpfr_fiddle.cpp.

Constructor & Destructor Documentation

◆ test_xyzw() [1/4]

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

Definition at line 130 of file exprtk_mpfr_fiddle.cpp.

References expr, result, w, x, y, and z.

◆ test_xyzw() [2/4]

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

Definition at line 1305 of file exprtk_mpfr_test.cpp.

1306 : expr(e)
1307 , x(v0)
1308 , y(v1)
1309 , z(v2)
1310 , w(v3)
1311 , result(r)
1312 {}

References expr, result, w, x, y, and z.

◆ test_xyzw() [3/4]

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

Definition at line 1307 of file exprtk_real_test.cpp.

1308 : expr(e)
1309 , x(v0)
1310 , y(v1)
1311 , z(v2)
1312 , w(v3)
1313 , result(r)
1314 {}

References expr, result, w, x, y, and z.

◆ test_xyzw() [4/4]

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

Definition at line 1327 of file exprtk_test.cpp.

1328 : expr(e)
1329 , x(v0)
1330 , y(v1)
1331 , z(v2)
1332 , w(v3)
1333 , result(r)
1334 {}

References expr, result, w, x, y, and z.

Member Data Documentation

◆ expr

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

Definition at line 139 of file exprtk_mpfr_fiddle.cpp.

Referenced by run_test01(), and test_xyzw().

◆ result

template<typename T>
T test_xyzw< T >::result

Definition at line 144 of file exprtk_mpfr_fiddle.cpp.

Referenced by run_test01(), and test_xyzw().

◆ w

template<typename T>
T test_xyzw< T >::w

Definition at line 143 of file exprtk_mpfr_fiddle.cpp.

Referenced by run_test01(), and test_xyzw().

◆ x

template<typename T>
T test_xyzw< T >::x

Definition at line 140 of file exprtk_mpfr_fiddle.cpp.

Referenced by run_test01(), and test_xyzw().

◆ y

template<typename T>
T test_xyzw< T >::y

Definition at line 141 of file exprtk_mpfr_fiddle.cpp.

Referenced by run_test01(), and test_xyzw().

◆ z

template<typename T>
T test_xyzw< T >::z

Definition at line 142 of file exprtk_mpfr_fiddle.cpp.

Referenced by run_test01(), and test_xyzw().


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