OpcUaCanOpen
CANopen OPC-UA server
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)
 

Public Attributes

std::string expr
 
x
 
y
 
z
 
w
 
result
 

Detailed Description

template<typename T>
struct test_xyzw< T >

Definition at line 1221 of file exprtk_test.cpp.

Constructor & Destructor Documentation

◆ test_xyzw()

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 1223 of file exprtk_test.cpp.

Member Data Documentation

◆ expr

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

Definition at line 1232 of file exprtk_test.cpp.

◆ result

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

Definition at line 1237 of file exprtk_test.cpp.

◆ w

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

Definition at line 1236 of file exprtk_test.cpp.

◆ x

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

Definition at line 1233 of file exprtk_test.cpp.

◆ y

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

Definition at line 1234 of file exprtk_test.cpp.

◆ z

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

Definition at line 1235 of file exprtk_test.cpp.


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