|
OpcUaCanOpen
CANopen OPC-UA server
|
#include <exprtk.hpp>
Classes | |
| class | parameter_list |
| struct | scalar_view |
| struct | type_view |
Public Types | |
| enum | store_type { e_unknown, e_scalar, e_vector, e_string } |
| typedef type_view< T > | vector_view |
| typedef type_view< char > | string_view |
Public Member Functions | |
| type_store () | |
Public Attributes | |
| union { | |
| void * data | |
| T * vec_data | |
| }; | |
| std::size_t | size |
| store_type | type |
Definition at line 4247 of file exprtk.hpp.
| typedef type_view<char> exprtk::type_store< T >::string_view |
Definition at line 4376 of file exprtk.hpp.
| typedef type_view<T> exprtk::type_store< T >::vector_view |
Definition at line 4375 of file exprtk.hpp.
| enum exprtk::type_store::store_type |
| Enumerator | |
|---|---|
| e_unknown | |
| e_scalar | |
| e_vector | |
| e_string | |
Definition at line 4249 of file exprtk.hpp.
|
inline |
Definition at line 4257 of file exprtk.hpp.
| union { ... } |
| void* exprtk::type_store< T >::data |
Definition at line 4265 of file exprtk.hpp.
| std::size_t exprtk::type_store< T >::size |
Definition at line 4269 of file exprtk.hpp.
| store_type exprtk::type_store< T >::type |
Definition at line 4270 of file exprtk.hpp.
| T* exprtk::type_store< T >::vec_data |
Definition at line 4266 of file exprtk.hpp.