|
C++ Mathematical Expression Toolkit (ExprTk) release
|
#include <exprtk.hpp>
Public Member Functions | |
| template<typename Allocator, template< typename, typename > class Sequence> | |
| str_vararg_node (const Sequence< expression_ptr, Allocator > &arg_list) | |
| T | value () const |
| std::string | str () const |
| char_cptr | base () const |
| std::size_t | size () const |
| range_t & | range_ref () |
| const range_t & | range_ref () const |
| expression_node< T >::node_type | type () const |
| bool | valid () const |
| void | collect_nodes (typename expression_node< T >::noderef_list_t &node_delete_list) |
| std::size_t | node_depth () const |
| Public Member Functions inherited from exprtk::details::expression_node< T > | |
| virtual | ~expression_node () |
| virtual expression_node< T > * | branch (const std::size_t &index=0) const |
| Public Member Functions inherited from exprtk::details::node_collector_interface< expression_node< T > > | |
| virtual | ~node_collector_interface () |
| virtual void | collect_nodes (noderef_list_t &) |
| Public Member Functions inherited from exprtk::details::node_depth_base< expression_node< T > > | |
| node_depth_base () | |
| virtual | ~node_depth_base () |
| std::size_t | compute_node_depth (const expression_node< T > *const &node) const |
| std::size_t | compute_node_depth (const nb_pair_t &branch) const |
| std::size_t | compute_node_depth (const nb_pair_t(&branch)[N]) const |
| std::size_t | max_node_depth (const BranchType &n0, const BranchType &n1) const |
| std::size_t | max_node_depth (const BranchType &n0, const BranchType &n1, const BranchType &n2) const |
| std::size_t | max_node_depth (const BranchType &n0, const BranchType &n1, const BranchType &n2, const BranchType &n3) const |
| std::size_t | compute_node_depth (const BranchType &n0, const BranchType &n1) const |
| std::size_t | compute_node_depth (const BranchType &n0, const BranchType &n1, const BranchType &n2) const |
| std::size_t | compute_node_depth (const BranchType &n0, const BranchType &n1, const BranchType &n2, const BranchType &n3) const |
| std::size_t | compute_node_depth (const Sequence< node_ptr_t, Allocator > &branch_list) const |
| std::size_t | compute_node_depth (const Sequence< nb_pair_t, Allocator > &branch_list) const |
| void | collect (node_ptr_t const &node, const bool deletable, NodeSequence &delete_node_list) const |
| void | collect (const nb_pair_t &branch, NodeSequence &delete_node_list) const |
| void | collect (expression_node< T > *&node, NodeSequence &delete_node_list) const |
| void | collect (const nb_pair_t(&branch)[N], NodeSequence &delete_node_list) const |
| void | collect (const Sequence< nb_pair_t, Allocator > &branch, NodeSequence &delete_node_list) const |
| void | collect (const Sequence< node_ptr_t, Allocator > &branch_list, NodeSequence &delete_node_list) const |
| void | collect (const Sequence< node_ptr_t, AllocatorT > &branch_list, const Sequence< Boolean, AllocatorB > &branch_deletable_list, NodeSequence &delete_node_list) const |
| Public Member Functions inherited from exprtk::details::string_base_node< T > | |
| virtual | ~string_base_node () |
| Public Member Functions inherited from exprtk::details::range_interface< T > | |
| virtual | ~range_interface () |
Private Attributes | |
| bool | initialised_ |
| branch_t | final_node_ |
| str_base_ptr | str_base_ptr_ |
| irange_ptr | str_range_ptr_ |
| std::vector< branch_t > | arg_list_ |
Additional Inherited Members | |
| Public Attributes inherited from exprtk::details::node_depth_base< expression_node< T > > | |
| bool | depth_set |
| std::size_t | depth |
Definition at line 11761 of file exprtk.hpp.
| typedef std::pair<expression_ptr,bool> exprtk::details::str_vararg_node< T, VarArgFunction >::branch_t |
Definition at line 11774 of file exprtk.hpp.
| typedef expression_node<T>* exprtk::details::str_vararg_node< T, VarArgFunction >::expression_ptr |
Definition at line 11772 of file exprtk.hpp.
| typedef irange_t* exprtk::details::str_vararg_node< T, VarArgFunction >::irange_ptr |
Definition at line 11771 of file exprtk.hpp.
| typedef range_interface<T> exprtk::details::str_vararg_node< T, VarArgFunction >::irange_t |
Definition at line 11770 of file exprtk.hpp.
| typedef range_t* exprtk::details::str_vararg_node< T, VarArgFunction >::range_ptr |
Definition at line 11769 of file exprtk.hpp.
| typedef range_interface<T>::range_t exprtk::details::str_vararg_node< T, VarArgFunction >::range_t |
Definition at line 11768 of file exprtk.hpp.
| typedef string_base_node<T>* exprtk::details::str_vararg_node< T, VarArgFunction >::str_base_ptr |
Definition at line 11773 of file exprtk.hpp.
|
inlineexplicit |
Definition at line 11778 of file exprtk.hpp.
References arg_list_, exprtk::details::construct_branch_pair(), final_node_, initialised_, exprtk::details::is_generally_string_node(), str_base_ptr_, str_range_ptr_, and valid().
|
inlinevirtual |
Implements exprtk::details::string_base_node< T >.
Definition at line 11843 of file exprtk.hpp.
References exprtk_override, and str_base_ptr_.
|
inline |
Definition at line 11875 of file exprtk.hpp.
References arg_list_, exprtk::details::node_depth_base< expression_node< T > >::collect(), exprtk_override, and final_node_.
|
inlinevirtual |
Reimplemented from exprtk::details::node_depth_base< expression_node< T > >.
Definition at line 11881 of file exprtk.hpp.
References arg_list_, exprtk::details::node_depth_base< expression_node< T > >::compute_node_depth(), exprtk_override, and final_node_.
|
inlinevirtual |
Implements exprtk::details::range_interface< T >.
Definition at line 11853 of file exprtk.hpp.
References exprtk_override, and str_range_ptr_.
|
inlinevirtual |
Implements exprtk::details::range_interface< T >.
Definition at line 11858 of file exprtk.hpp.
References exprtk_override, and str_range_ptr_.
|
inlinevirtual |
Implements exprtk::details::string_base_node< T >.
Definition at line 11848 of file exprtk.hpp.
References exprtk_override, and str_base_ptr_.
|
inlinevirtual |
Implements exprtk::details::string_base_node< T >.
Definition at line 11838 of file exprtk.hpp.
References exprtk_override, and str_base_ptr_.
|
inlinevirtual |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 11863 of file exprtk.hpp.
References exprtk::details::expression_node< T >::e_stringvararg, and exprtk_override.
|
inlinevirtual |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 11868 of file exprtk.hpp.
References exprtk_override, final_node_, and initialised_.
Referenced by str_vararg_node().
|
inlinevirtual |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 11826 of file exprtk.hpp.
References arg_list_, exprtk_override, and final_node_.
|
private |
Definition at line 11894 of file exprtk.hpp.
Referenced by collect_nodes(), node_depth(), str_vararg_node(), and value().
|
private |
Definition at line 11891 of file exprtk.hpp.
Referenced by collect_nodes(), node_depth(), str_vararg_node(), valid(), and value().
|
private |
Definition at line 11890 of file exprtk.hpp.
Referenced by str_vararg_node(), and valid().
|
private |
Definition at line 11892 of file exprtk.hpp.
Referenced by base(), size(), str(), and str_vararg_node().
|
private |
Definition at line 11893 of file exprtk.hpp.
Referenced by range_ref(), range_ref(), and str_vararg_node().