#include <exprtk.hpp>
Public Types | |
typedef expression_node< T > * | expression_ptr |
Public Member Functions | |
expression_node< T >::node_type | type () const |
T | value () const |
template<typename Allocator , template< typename, typename > class Sequence> | |
vararg_node (const Sequence< expression_ptr, Allocator > &arglist) | |
~vararg_node () | |
Private Attributes | |
std::vector< expression_ptr > | arg_list_ |
std::vector< unsigned char > | delete_branch_ |
Definition at line 5489 of file exprtk.hpp.
typedef expression_node<T>* exprtk::details::vararg_node< T, VarArgFunction >::expression_ptr |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 5493 of file exprtk.hpp.
exprtk::details::vararg_node< T, VarArgFunction >::vararg_node | ( | const Sequence< expression_ptr, Allocator > & | arglist | ) | [inline] |
Definition at line 5497 of file exprtk.hpp.
exprtk::details::vararg_node< T, VarArgFunction >::~vararg_node | ( | ) | [inline] |
Definition at line 5517 of file exprtk.hpp.
expression_node<T>::node_type exprtk::details::vararg_node< T, VarArgFunction >::type | ( | ) | const [inline, virtual] |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 5537 of file exprtk.hpp.
T exprtk::details::vararg_node< T, VarArgFunction >::value | ( | ) | const [inline, virtual] |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 5529 of file exprtk.hpp.
std::vector<expression_ptr> exprtk::details::vararg_node< T, VarArgFunction >::arg_list_ [private] |
Definition at line 5544 of file exprtk.hpp.
std::vector<unsigned char> exprtk::details::vararg_node< T, VarArgFunction >::delete_branch_ [private] |
Definition at line 5545 of file exprtk.hpp.