Definition at line 11296 of file exprtk.hpp.
#include <mrpt/otherlibs/exprtk.hpp>
Public Member Functions | |
generic_function_node (const std::vector< expression_ptr > &arg_list, GenericFunction *func=(GenericFunction *)(0)) | |
virtual | ~generic_function_node () |
virtual bool | init_branches () |
bool | operator< (const generic_function_node< T, GenericFunction > &fn) const |
T | value () const |
expression_node< T >::node_type | type () const |
virtual expression_node< T > * | branch (const std::size_t &index=0) const |
Protected Member Functions | |
virtual bool | populate_value_list () const |
Protected Attributes | |
GenericFunction * | function_ |
typestore_list_t | typestore_list_ |
Private Attributes | |
std::vector< expression_ptr > | arg_list_ |
std::vector< branch_t > | branch_ |
tmp_vs_t | expr_as_vec1_store_ |
range_list_t | range_list_ |
typedef std::pair<expression_ptr,bool> exprtk::details::generic_function_node< T, GenericFunction >::branch_t |
Definition at line 11309 of file exprtk.hpp.
typedef expression_node<T>* exprtk::details::generic_function_node< T, GenericFunction >::expression_ptr |
Definition at line 11301 of file exprtk.hpp.
typedef range_data_type<T> exprtk::details::generic_function_node< T, GenericFunction >::range_data_type_t |
Definition at line 11307 of file exprtk.hpp.
typedef range_interface<T> exprtk::details::generic_function_node< T, GenericFunction >::range_interface_t |
Definition at line 11306 of file exprtk.hpp.
typedef std::vector<range_data_type_t> exprtk::details::generic_function_node< T, GenericFunction >::range_list_t |
Definition at line 11313 of file exprtk.hpp.
typedef range_pack<T> exprtk::details::generic_function_node< T, GenericFunction >::range_t |
Definition at line 11308 of file exprtk.hpp.
typedef std::vector<T> exprtk::details::generic_function_node< T, GenericFunction >::tmp_vs_t |
Definition at line 11311 of file exprtk.hpp.
typedef type_store<T> exprtk::details::generic_function_node< T, GenericFunction >::type_store_t |
Definition at line 11300 of file exprtk.hpp.
typedef std::vector<type_store_t> exprtk::details::generic_function_node< T, GenericFunction >::typestore_list_t |
Definition at line 11312 of file exprtk.hpp.
|
inherited |
Definition at line 4853 of file exprtk.hpp.
typedef variable_node_t* exprtk::details::generic_function_node< T, GenericFunction >::variable_node_ptr_t |
Definition at line 11304 of file exprtk.hpp.
typedef variable_node<T> exprtk::details::generic_function_node< T, GenericFunction >::variable_node_t |
Definition at line 11302 of file exprtk.hpp.
typedef vector_node_t* exprtk::details::generic_function_node< T, GenericFunction >::vector_node_ptr_t |
Definition at line 11305 of file exprtk.hpp.
typedef vector_node<T> exprtk::details::generic_function_node< T, GenericFunction >::vector_node_t |
Definition at line 11303 of file exprtk.hpp.
typedef std::pair<void*,std::size_t> exprtk::details::generic_function_node< T, GenericFunction >::void_t |
Definition at line 11310 of file exprtk.hpp.
|
inherited |
Definition at line 4812 of file exprtk.hpp.
|
inline |
Definition at line 11315 of file exprtk.hpp.
|
inlinevirtual |
Definition at line 11321 of file exprtk.hpp.
|
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.
|
inlinevirtual |
Definition at line 11326 of file exprtk.hpp.
|
inline |
Definition at line 11411 of file exprtk.hpp.
|
inlineprotectedvirtual |
Definition at line 11438 of file exprtk.hpp.
|
inlinevirtual |
Reimplemented from exprtk::details::expression_node< T >.
Reimplemented in exprtk::details::multimode_genfunction_node< T, GenericFunction >.
Definition at line 11431 of file exprtk.hpp.
|
inlinevirtual |
Reimplemented from exprtk::details::expression_node< T >.
Reimplemented in exprtk::details::multimode_genfunction_node< T, GenericFunction >.
Definition at line 11416 of file exprtk.hpp.
|
private |
Definition at line 11480 of file exprtk.hpp.
|
private |
Definition at line 11481 of file exprtk.hpp.
|
mutableprivate |
Definition at line 11482 of file exprtk.hpp.
|
protected |
Definition at line 11475 of file exprtk.hpp.
|
mutableprivate |
Definition at line 11483 of file exprtk.hpp.
|
mutableprotected |
Definition at line 11476 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 |