OpcUaCanOpen
CANopen OPC-UA server
test_xy< T > Struct Template Reference

Public Member Functions

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

Constructor & Destructor Documentation

◆ test_xy()

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

Member Data Documentation

◆ expr

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

Definition at line 1214 of file exprtk_test.cpp.

◆ result

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

Definition at line 1217 of file exprtk_test.cpp.

◆ x

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

Definition at line 1215 of file exprtk_test.cpp.

◆ y

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

Definition at line 1216 of file exprtk_test.cpp.


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