C++ Mathematical Expression Toolkit (ExprTk) release
|
Public Member Functions | |
variable_node () | |
variable_node (T &v) | |
bool | operator< (const variable_node< T > &v) const |
T | value () const |
T & | ref () |
const T & | ref () const |
expression_node< T >::node_type | type () const |
![]() | |
virtual | ~expression_node () |
virtual expression_node< T > * | branch (const std::size_t &index=0) const |
virtual bool | valid () const |
![]() | |
virtual | ~node_collector_interface () |
virtual void | collect_nodes (noderef_list_t &) |
![]() | |
node_depth_base () | |
virtual | ~node_depth_base () |
virtual std::size_t | node_depth () const |
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 | ~ivariable () |
Static Public Attributes | |
static T | null_value = T(std::numeric_limits<T>::quiet_NaN()) |
Private Attributes | |
T * | value_ |
Definition at line 8248 of file exprtk.hpp.
|
inlineexplicit |
Definition at line 8256 of file exprtk.hpp.
|
inlineexplicit |
Definition at line 8260 of file exprtk.hpp.
|
inline |
Definition at line 8264 of file exprtk.hpp.
|
inlinevirtual |
Implements exprtk::details::ivariable< T >.
Definition at line 8274 of file exprtk.hpp.
References exprtk::details::variable_node< T >::value_.
Referenced by exprtk::derivative(), exprtk::parser< T >::scope_element_manager::get_variable(), exprtk::details::generic_function_node< T, GenericFunction >::init_branches(), exprtk::integrate(), exprtk::symbol_table< T >::load_variables_from(), run_test10(), exprtk::second_derivative(), exprtk::symbol_table< T >::type_store< Type, RawType >::ptr_match< TType, TRawType, variable_node_t * >::test(), exprtk::third_derivative(), and exprtk::details::swap_node< T >::value().
Implements exprtk::details::ivariable< T >.
Definition at line 8279 of file exprtk.hpp.
References exprtk::details::variable_node< T >::value_.
|
inlinevirtual |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 8284 of file exprtk.hpp.
|
inlinevirtual |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 8269 of file exprtk.hpp.
References exprtk::details::variable_node< T >::value_.
|
static |
Definition at line 8254 of file exprtk.hpp.
|
private |
Definition at line 8291 of file exprtk.hpp.
Referenced by exprtk::details::variable_node< T >::ref(), exprtk::details::variable_node< T >::ref(), and exprtk::details::variable_node< T >::value().