Definition at line 4185 of file exprtk.hpp.
#include <mrpt/otherlibs/exprtk.hpp>
Public Types | |
typedef type_store< T > | type_store_t |
typedef T | value_t |
Public Member Functions | |
scalar_view (type_store_t &ts) | |
scalar_view (const type_store_t &ts) | |
value_t & | operator() () |
const value_t & | operator() () const |
template<typename IntType > | |
bool | to_int (IntType &i) const |
template<typename UIntType > | |
bool | to_uint (UIntType &u) const |
Public Attributes | |
T & | v_ |
typedef type_store<T> exprtk::type_store< T >::scalar_view::type_store_t |
Definition at line 4187 of file exprtk.hpp.
typedef T exprtk::type_store< T >::scalar_view::value_t |
Definition at line 4188 of file exprtk.hpp.
|
inline |
Definition at line 4190 of file exprtk.hpp.
|
inline |
Definition at line 4194 of file exprtk.hpp.
|
inline |
Definition at line 4198 of file exprtk.hpp.
|
inline |
Definition at line 4203 of file exprtk.hpp.
|
inline |
Definition at line 4209 of file exprtk.hpp.
References exprtk::details::numeric::is_integer().
|
inline |
Definition at line 4220 of file exprtk.hpp.
References exprtk::details::numeric::is_integer().
T& exprtk::type_store< T >::scalar_view::v_ |
Definition at line 4232 of file exprtk.hpp.
Page generated by Doxygen 1.8.13 for MRPT 1.5.3 at Tue Oct 31 07:27:35 UTC 2017 |