C++ Mathematical Expression Toolkit (ExprTk) release
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
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)
 

Public Attributes

std::string expr
 
x
 
y
 
z
 
w
 
result
 

Detailed Description

template<typename T>
struct test_xyzw< T >

Definition at line 1301 of file exprtk_mpfr_test.cpp.

Constructor & Destructor Documentation

◆ test_xyzw() [1/3]

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 1303 of file exprtk_mpfr_test.cpp.

1304 : expr(e)
1305 , x(v0)
1306 , y(v1)
1307 , z(v2)
1308 , w(v3)
1309 , result(r)
1310 {}
std::string expr

◆ test_xyzw() [2/3]

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_real_test.cpp.

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

◆ test_xyzw() [3/3]

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 {}

Member Data Documentation

◆ expr

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

Definition at line 1312 of file exprtk_mpfr_test.cpp.

Referenced by run_test01().

◆ result

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

Definition at line 1317 of file exprtk_mpfr_test.cpp.

Referenced by run_test01().

◆ w

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

Definition at line 1316 of file exprtk_mpfr_test.cpp.

Referenced by run_test01().

◆ x

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

Definition at line 1313 of file exprtk_mpfr_test.cpp.

Referenced by run_test01().

◆ y

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

Definition at line 1314 of file exprtk_mpfr_test.cpp.

Referenced by run_test01().

◆ z

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

Definition at line 1315 of file exprtk_mpfr_test.cpp.

Referenced by run_test01().


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