C++ Mathematical Expression Toolkit (ExprTk) release
|
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 |
![]() | |
virtual | ~expression_node () |
virtual expression_node< T > * | branch (const std::size_t &index=0) const |
![]() | |
virtual | ~node_collector_interface () |
virtual void | collect_nodes (noderef_list_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 | 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 |
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 |
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 |
![]() | |
virtual | ~string_base_node () |
![]() | |
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 | |
![]() | |
bool | depth_set |
std::size_t | depth |
Definition at line 11533 of file exprtk.hpp.
typedef std::pair<expression_ptr,bool> exprtk::details::str_vararg_node< T, VarArgFunction >::branch_t |
Definition at line 11546 of file exprtk.hpp.
typedef expression_node<T>* exprtk::details::str_vararg_node< T, VarArgFunction >::expression_ptr |
Definition at line 11544 of file exprtk.hpp.
typedef irange_t* exprtk::details::str_vararg_node< T, VarArgFunction >::irange_ptr |
Definition at line 11543 of file exprtk.hpp.
typedef range_interface<T> exprtk::details::str_vararg_node< T, VarArgFunction >::irange_t |
Definition at line 11542 of file exprtk.hpp.
typedef range_t* exprtk::details::str_vararg_node< T, VarArgFunction >::range_ptr |
Definition at line 11541 of file exprtk.hpp.
typedef range_interface<T>::range_t exprtk::details::str_vararg_node< T, VarArgFunction >::range_t |
Definition at line 11540 of file exprtk.hpp.
typedef string_base_node<T>* exprtk::details::str_vararg_node< T, VarArgFunction >::str_base_ptr |
Definition at line 11545 of file exprtk.hpp.
|
inlineexplicit |
Definition at line 11550 of file exprtk.hpp.
References exprtk::details::str_vararg_node< T, VarArgFunction >::arg_list_, exprtk::details::construct_branch_pair(), exprtk::details::str_vararg_node< T, VarArgFunction >::final_node_, exprtk::details::str_vararg_node< T, VarArgFunction >::initialised_, exprtk::details::is_generally_string_node(), exprtk::details::match_impl(), exprtk::details::str_vararg_node< T, VarArgFunction >::str_base_ptr_, exprtk::details::str_vararg_node< T, VarArgFunction >::str_range_ptr_, and exprtk::details::str_vararg_node< T, VarArgFunction >::valid().
|
inlinevirtual |
Implements exprtk::details::string_base_node< T >.
Definition at line 11615 of file exprtk.hpp.
References exprtk::details::string_base_node< T >::base(), and exprtk::details::str_vararg_node< T, VarArgFunction >::str_base_ptr_.
|
inline |
Definition at line 11647 of file exprtk.hpp.
References exprtk::details::str_vararg_node< T, VarArgFunction >::arg_list_, exprtk::details::node_depth_base< expression_node< T > >::collect(), exprtk::details::str_vararg_node< T, VarArgFunction >::final_node_, and exprtk::details::match_impl().
|
inlinevirtual |
Reimplemented from exprtk::details::node_depth_base< expression_node< T > >.
Definition at line 11653 of file exprtk.hpp.
References exprtk::details::str_vararg_node< T, VarArgFunction >::arg_list_, and exprtk::details::str_vararg_node< T, VarArgFunction >::final_node_.
|
inlinevirtual |
Implements exprtk::details::range_interface< T >.
Definition at line 11625 of file exprtk.hpp.
References exprtk::details::range_interface< T >::range_ref(), and exprtk::details::str_vararg_node< T, VarArgFunction >::str_range_ptr_.
|
inlinevirtual |
Implements exprtk::details::range_interface< T >.
Definition at line 11630 of file exprtk.hpp.
References exprtk::details::range_interface< T >::range_ref(), and exprtk::details::str_vararg_node< T, VarArgFunction >::str_range_ptr_.
|
inlinevirtual |
Implements exprtk::details::string_base_node< T >.
Definition at line 11620 of file exprtk.hpp.
References exprtk::details::string_base_node< T >::size(), and exprtk::details::str_vararg_node< T, VarArgFunction >::str_base_ptr_.
|
inlinevirtual |
Implements exprtk::details::string_base_node< T >.
Definition at line 11610 of file exprtk.hpp.
References exprtk::details::string_base_node< T >::str(), and exprtk::details::str_vararg_node< T, VarArgFunction >::str_base_ptr_.
|
inlinevirtual |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 11635 of file exprtk.hpp.
|
inlinevirtual |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 11640 of file exprtk.hpp.
References exprtk::details::str_vararg_node< T, VarArgFunction >::final_node_, and exprtk::details::str_vararg_node< T, VarArgFunction >::initialised_.
Referenced by exprtk::details::str_vararg_node< T, VarArgFunction >::str_vararg_node().
|
inlinevirtual |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 11598 of file exprtk.hpp.
References exprtk::details::str_vararg_node< T, VarArgFunction >::arg_list_, and exprtk::details::str_vararg_node< T, VarArgFunction >::final_node_.
|
private |
Definition at line 11666 of file exprtk.hpp.
Referenced by exprtk::details::str_vararg_node< T, VarArgFunction >::collect_nodes(), exprtk::details::str_vararg_node< T, VarArgFunction >::node_depth(), exprtk::details::str_vararg_node< T, VarArgFunction >::str_vararg_node(), and exprtk::details::str_vararg_node< T, VarArgFunction >::value().
|
private |
Definition at line 11663 of file exprtk.hpp.
Referenced by exprtk::details::str_vararg_node< T, VarArgFunction >::collect_nodes(), exprtk::details::str_vararg_node< T, VarArgFunction >::node_depth(), exprtk::details::str_vararg_node< T, VarArgFunction >::str_vararg_node(), exprtk::details::str_vararg_node< T, VarArgFunction >::valid(), and exprtk::details::str_vararg_node< T, VarArgFunction >::value().
|
private |
Definition at line 11662 of file exprtk.hpp.
Referenced by exprtk::details::str_vararg_node< T, VarArgFunction >::str_vararg_node(), and exprtk::details::str_vararg_node< T, VarArgFunction >::valid().
|
private |
Definition at line 11664 of file exprtk.hpp.
Referenced by exprtk::details::str_vararg_node< T, VarArgFunction >::base(), exprtk::details::str_vararg_node< T, VarArgFunction >::size(), exprtk::details::str_vararg_node< T, VarArgFunction >::str(), and exprtk::details::str_vararg_node< T, VarArgFunction >::str_vararg_node().
|
private |