Definition at line 4064 of file exprtk.hpp.
#include <mrpt/otherlibs/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 | |
std::size_t | size |
void * | data |
store_type | type |
typedef type_view<char> exprtk::type_store< T >::string_view |
Definition at line 4183 of file exprtk.hpp.
typedef type_view<T> exprtk::type_store< T >::vector_view |
Definition at line 4182 of file exprtk.hpp.
enum exprtk::type_store::store_type |
Enumerator | |
---|---|
e_unknown | |
e_scalar | |
e_vector | |
e_string |
Definition at line 4066 of file exprtk.hpp.
|
inline |
Definition at line 4074 of file exprtk.hpp.
void* exprtk::type_store< T >::data |
Definition at line 4081 of file exprtk.hpp.
Referenced by exprtk::details::generic_function_node< T, null_igenfunc< T > >::init_branches(), and exprtk::details::generic_function_node< T, null_igenfunc< T > >::populate_value_list().
std::size_t exprtk::type_store< T >::size |
Definition at line 4080 of file exprtk.hpp.
Referenced by exprtk::details::generic_function_node< T, null_igenfunc< T > >::init_branches(), and exprtk::details::generic_function_node< T, null_igenfunc< T > >::populate_value_list().
store_type exprtk::type_store< T >::type |
Page generated by Doxygen 1.8.13 for MRPT 1.5.3 at Mon Oct 30 10:27:08 UTC 2017 |