Definition at line 13195 of file exprtk.hpp.
#include <mrpt/otherlibs/exprtk.hpp>
Public Member Functions | |
uvouv_node (const T &var0, const T &var1, ufunc_t uf0, ufunc_t uf1, bfunc_t bf) | |
T | value () const |
expression_node< T >::node_type | type () const |
operator_type | operation () const |
const T & | v0 () |
const T & | v1 () |
ufunc_t | u0 () |
ufunc_t | u1 () |
ufunc_t | f () |
virtual expression_node< T > * | branch (const std::size_t &index=0) const |
Private Member Functions | |
uvouv_node (uvouv_node< T > &) | |
uvouv_node< T > & | operator= (uvouv_node< T > &) |
Private Attributes | |
const T & | v0_ |
const T & | v1_ |
const ufunc_t | u0_ |
const ufunc_t | u1_ |
const bfunc_t | f_ |
typedef functor_t::bfunc_t exprtk::details::uvouv_node< T >::bfunc_t |
Definition at line 13203 of file exprtk.hpp.
typedef expression_node<T>* exprtk::details::uvouv_node< T >::expression_ptr |
Definition at line 13201 of file exprtk.hpp.
typedef details::functor_t<T> exprtk::details::uvouv_node< T >::functor_t |
Definition at line 13202 of file exprtk.hpp.
typedef functor_t::ufunc_t exprtk::details::uvouv_node< T >::ufunc_t |
Definition at line 13204 of file exprtk.hpp.
|
inherited |
Definition at line 4853 of file exprtk.hpp.
|
inherited |
Definition at line 4812 of file exprtk.hpp.
|
inlineexplicit |
Definition at line 13206 of file exprtk.hpp.
|
private |
|
inlinevirtualinherited |
Reimplemented in exprtk::details::boc_node< T, Operation >, exprtk::details::cob_node< T, Operation >, exprtk::details::bov_node< T, Operation >, exprtk::details::vob_node< T, Operation >, exprtk::details::unary_branch_node< T, Operation >, exprtk::details::binary_ext_node< T, Operation >, exprtk::details::binary_node< T >, exprtk::details::unary_node< T >, exprtk::details::string_literal_node< T >, exprtk::details::literal_node< T >, and exprtk::details::null_eq_node< T >.
Definition at line 4864 of file exprtk.hpp.
|
inline |
Definition at line 13250 of file exprtk.hpp.
|
inline |
Definition at line 13225 of file exprtk.hpp.
References exprtk::details::e_default.
|
private |
|
inlinevirtual |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 13220 of file exprtk.hpp.
|
inline |
Definition at line 13240 of file exprtk.hpp.
|
inline |
Definition at line 13245 of file exprtk.hpp.
|
inline |
Definition at line 13230 of file exprtk.hpp.
|
inline |
Definition at line 13235 of file exprtk.hpp.
|
inlinevirtual |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 13215 of file exprtk.hpp.
|
private |
Definition at line 13264 of file exprtk.hpp.
|
private |
Definition at line 13262 of file exprtk.hpp.
|
private |
Definition at line 13263 of file exprtk.hpp.
|
private |
Definition at line 13260 of file exprtk.hpp.
|
private |
Definition at line 13261 of file exprtk.hpp.
Page generated by Doxygen 1.8.13 for MRPT 1.5.3 at Sun Nov 26 00:44:48 UTC 2017 |