C++ Mathematical Expression Toolkit (ExprTk) release
|
Public Member Functions | |
multimode_strfunction_node (StringFunction *func, const std::size_t ¶m_seq_index, const std::vector< typename str_function_t::expression_ptr > &arg_list) | |
T | value () const |
expression_node< T >::node_type | type () const |
![]() | |
string_function_node (StringFunction *func, const std::vector< typename gen_function_t::expression_ptr > &arg_list) | |
bool | operator< (const string_function_node< T, StringFunction > &fn) const |
T | value () const |
expression_node< T >::node_type | type () const |
bool | valid () const |
std::string | str () const |
char_cptr | base () const |
std::size_t | size () const |
range_t & | range_ref () |
const range_t & | range_ref () const |
![]() | |
generic_function_node (const std::vector< expression_ptr > &arg_list, StringFunction *func=reinterpret_cast< StringFunction * >(0)) | |
virtual | ~generic_function_node () |
void | collect_nodes (typename expression_node< T >::noderef_list_t &node_delete_list) |
std::size_t | node_depth () const |
virtual bool | init_branches () |
bool | operator< (const generic_function_node< T, StringFunction > &fn) 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 | |
const std::size_t | param_seq_index_ |
Additional Inherited Members | |
![]() | |
bool | depth_set |
std::size_t | depth |
![]() | |
virtual bool | populate_value_list () const |
![]() | |
range_t | range_ |
std::string | ret_string_ |
![]() | |
StringFunction * | function_ |
typestore_list_t | typestore_list_ |
Definition at line 15229 of file exprtk.hpp.
typedef str_function_t::range_t exprtk::details::multimode_strfunction_node< T, StringFunction >::range_t |
Definition at line 15234 of file exprtk.hpp.
typedef string_function_node<T,StringFunction> exprtk::details::multimode_strfunction_node< T, StringFunction >::str_function_t |
Definition at line 15233 of file exprtk.hpp.
|
inline |
Definition at line 15236 of file exprtk.hpp.
|
inlinevirtual |
Reimplemented from exprtk::details::generic_function_node< T, StringFunction >.
Definition at line 15266 of file exprtk.hpp.
|
inlinevirtual |
Reimplemented from exprtk::details::generic_function_node< T, StringFunction >.
Definition at line 15243 of file exprtk.hpp.
References exprtk::details::range_pack< T >::cache, exprtk::details::match_impl(), exprtk::details::range_pack< T >::n1_c, exprtk::details::multimode_strfunction_node< T, StringFunction >::param_seq_index_, exprtk::details::generic_function_node< T, StringFunction >::populate_value_list(), exprtk::details::string_function_node< T, StringFunction >::range_, exprtk::details::string_function_node< T, StringFunction >::ret_string_, and exprtk::details::generic_function_node< T, StringFunction >::typestore_list_.
|
private |
Definition at line 15273 of file exprtk.hpp.
Referenced by exprtk::details::multimode_strfunction_node< T, StringFunction >::value().