C++ Mathematical Expression Toolkit (ExprTk) release
|
Public Member Functions | |
string_concat_node (const operator_type &opr, expression_ptr branch0, expression_ptr branch1) | |
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 |
![]() | |
binary_node (const operator_type &opr, expression_ptr branch0, expression_ptr branch1) | |
operator_type | operation () |
expression_node< T > * | branch (const std::size_t &index=0) const |
void | collect_nodes (typename expression_node< T >::noderef_list_t &node_delete_list) |
std::size_t | node_depth () const |
![]() | |
virtual | ~expression_node () |
![]() | |
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_ |
str_base_ptr | str0_base_ptr_ |
str_base_ptr | str1_base_ptr_ |
irange_ptr | str0_range_ptr_ |
irange_ptr | str1_range_ptr_ |
range_t | range_ |
std::string | value_ |
Additional Inherited Members | |
![]() | |
bool | depth_set |
std::size_t | depth |
Definition at line 10483 of file exprtk.hpp.
typedef expression_node<T>* exprtk::details::string_concat_node< T >::expression_ptr |
Definition at line 10494 of file exprtk.hpp.
Definition at line 10492 of file exprtk.hpp.
typedef range_interface<T> exprtk::details::string_concat_node< T >::irange_t |
Definition at line 10491 of file exprtk.hpp.
Definition at line 10493 of file exprtk.hpp.
typedef range_interface<T>::range_t exprtk::details::string_concat_node< T >::range_t |
Definition at line 10490 of file exprtk.hpp.
typedef string_base_node<T>* exprtk::details::string_concat_node< T >::str_base_ptr |
Definition at line 10495 of file exprtk.hpp.
|
inline |
Definition at line 10499 of file exprtk.hpp.
References exprtk::details::binary_node< T >::branch(), exprtk::details::range_pack< T >::cache, exprtk::details::string_concat_node< T >::initialised_, exprtk::details::is_generally_string_node(), exprtk::details::match_impl(), exprtk::details::range_pack< T >::n0_c, exprtk::details::range_pack< T >::n1_c, exprtk::details::string_concat_node< T >::range_, exprtk::details::string_concat_node< T >::str0_base_ptr_, exprtk::details::string_concat_node< T >::str0_range_ptr_, exprtk::details::string_concat_node< T >::str1_base_ptr_, exprtk::details::string_concat_node< T >::str1_range_ptr_, and exprtk::details::string_concat_node< T >::valid().
|
inlinevirtual |
Implements exprtk::details::string_base_node< T >.
Definition at line 10586 of file exprtk.hpp.
References exprtk::details::string_concat_node< T >::value_.
|
inlinevirtual |
Implements exprtk::details::range_interface< T >.
Definition at line 10596 of file exprtk.hpp.
References exprtk::details::string_concat_node< T >::range_.
|
inlinevirtual |
Implements exprtk::details::range_interface< T >.
Definition at line 10601 of file exprtk.hpp.
References exprtk::details::string_concat_node< T >::range_.
|
inlinevirtual |
Implements exprtk::details::string_base_node< T >.
Definition at line 10591 of file exprtk.hpp.
References exprtk::details::string_concat_node< T >::value_.
|
inlinevirtual |
Implements exprtk::details::string_base_node< T >.
Definition at line 10581 of file exprtk.hpp.
References exprtk::details::string_concat_node< T >::value_.
|
inlinevirtual |
Reimplemented from exprtk::details::binary_node< T >.
Definition at line 10606 of file exprtk.hpp.
|
inlinevirtual |
Reimplemented from exprtk::details::binary_node< T >.
Definition at line 10611 of file exprtk.hpp.
References exprtk::details::string_concat_node< T >::initialised_, and exprtk::details::binary_node< T >::valid().
Referenced by exprtk::details::string_concat_node< T >::string_concat_node().
|
inlinevirtual |
Reimplemented from exprtk::details::binary_node< T >.
Definition at line 10549 of file exprtk.hpp.
References exprtk::details::string_base_node< T >::base(), exprtk::details::binary_node< T >::branch(), exprtk::details::range_pack< T >::cache, exprtk::details::match_impl(), exprtk::details::range_pack< T >::n1_c, exprtk::details::string_concat_node< T >::range_, exprtk::details::range_interface< T >::range_ref(), exprtk::details::string_base_node< T >::size(), exprtk::details::string_concat_node< T >::str0_base_ptr_, exprtk::details::string_concat_node< T >::str0_range_ptr_, exprtk::details::string_concat_node< T >::str1_base_ptr_, exprtk::details::string_concat_node< T >::str1_range_ptr_, and exprtk::details::string_concat_node< T >::value_.
|
private |
Definition at line 10618 of file exprtk.hpp.
Referenced by exprtk::details::string_concat_node< T >::string_concat_node(), and exprtk::details::string_concat_node< T >::valid().
|
mutableprivate |
|
private |
Definition at line 10619 of file exprtk.hpp.
Referenced by exprtk::details::string_concat_node< T >::string_concat_node(), and exprtk::details::string_concat_node< T >::value().
|
private |
Definition at line 10621 of file exprtk.hpp.
Referenced by exprtk::details::string_concat_node< T >::string_concat_node(), and exprtk::details::string_concat_node< T >::value().
|
private |
Definition at line 10620 of file exprtk.hpp.
Referenced by exprtk::details::string_concat_node< T >::string_concat_node(), and exprtk::details::string_concat_node< T >::value().
|
private |
Definition at line 10622 of file exprtk.hpp.
Referenced by exprtk::details::string_concat_node< T >::string_concat_node(), and exprtk::details::string_concat_node< T >::value().
|
mutableprivate |
Definition at line 10624 of file exprtk.hpp.
Referenced by exprtk::details::string_concat_node< T >::base(), exprtk::details::string_concat_node< T >::size(), exprtk::details::string_concat_node< T >::str(), and exprtk::details::string_concat_node< T >::value().