#include <exprtk.hpp>
Public Types | |
typedef expression_node< T > * | expression_ptr |
Public Member Functions | |
bool | operator< (const vararg_function_node< T, VarArgFunction > &fn) const |
expression_node< T >::node_type | type () const |
T | value () const |
vararg_function_node (VarArgFunction *func, const std::vector< expression_ptr > &arg_list) | |
~vararg_function_node () | |
Private Member Functions | |
void | populate_value_list () const |
Private Attributes | |
std::vector< expression_ptr > | arg_list_ |
VarArgFunction * | function_ |
std::vector< T > | value_list_ |
Definition at line 6111 of file exprtk.hpp.
typedef expression_node<T>* exprtk::details::vararg_function_node< T, VarArgFunction >::expression_ptr |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 6115 of file exprtk.hpp.
exprtk::details::vararg_function_node< T, VarArgFunction >::vararg_function_node | ( | VarArgFunction * | func, |
const std::vector< expression_ptr > & | arg_list | ||
) | [inline] |
Definition at line 6117 of file exprtk.hpp.
exprtk::details::vararg_function_node< T, VarArgFunction >::~vararg_function_node | ( | ) | [inline] |
Definition at line 6125 of file exprtk.hpp.
bool exprtk::details::vararg_function_node< T, VarArgFunction >::operator< | ( | const vararg_function_node< T, VarArgFunction > & | fn | ) | const [inline] |
Definition at line 6137 of file exprtk.hpp.
void exprtk::details::vararg_function_node< T, VarArgFunction >::populate_value_list | ( | ) | const [inline, private] |
Definition at line 6160 of file exprtk.hpp.
expression_node<T>::node_type exprtk::details::vararg_function_node< T, VarArgFunction >::type | ( | ) | const [inline, virtual] |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 6153 of file exprtk.hpp.
T exprtk::details::vararg_function_node< T, VarArgFunction >::value | ( | ) | const [inline, virtual] |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 6142 of file exprtk.hpp.
std::vector<expression_ptr> exprtk::details::vararg_function_node< T, VarArgFunction >::arg_list_ [private] |
Definition at line 6169 of file exprtk.hpp.
VarArgFunction* exprtk::details::vararg_function_node< T, VarArgFunction >::function_ [private] |
Definition at line 6168 of file exprtk.hpp.
std::vector<T> exprtk::details::vararg_function_node< T, VarArgFunction >::value_list_ [mutable, private] |
Definition at line 6170 of file exprtk.hpp.