C++ Mathematical Expression Toolkit (ExprTk) release
|
Public Member Functions | |
string_range_node (std::string &v, const range_t &rp) | |
virtual | ~string_range_node () |
bool | operator< (const string_range_node< T > &v) const |
T | value () const |
std::string | str () const |
char_cptr | base () const |
std::size_t | size () const |
range_t | range () const |
virtual std::string & | ref () |
virtual const std::string & | ref () const |
range_t & | range_ref () |
const range_t & | range_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 | ~string_base_node () |
![]() | |
virtual | ~range_interface () |
Static Public Attributes | |
static std::string | null_value = std::string("") |
Private Attributes | |
std::string * | value_ |
range_t | rp_ |
Additional Inherited Members | |
![]() | |
bool | depth_set |
std::size_t | depth |
Definition at line 10190 of file exprtk.hpp.
typedef range_interface<T>::range_t exprtk::details::string_range_node< T >::range_t |
Definition at line 10197 of file exprtk.hpp.
|
inlineexplicit |
Definition at line 10201 of file exprtk.hpp.
|
inlinevirtual |
Definition at line 10206 of file exprtk.hpp.
References exprtk::details::range_pack< T >::free(), and exprtk::details::string_range_node< T >::rp_.
|
inlinevirtual |
Implements exprtk::details::string_base_node< T >.
Definition at line 10226 of file exprtk.hpp.
|
inline |
Definition at line 10211 of file exprtk.hpp.
|
inline |
Definition at line 10236 of file exprtk.hpp.
References exprtk::details::string_range_node< T >::rp_.
|
inlinevirtual |
Implements exprtk::details::range_interface< T >.
Definition at line 10251 of file exprtk.hpp.
References exprtk::details::string_range_node< T >::rp_.
Referenced by exprtk::details::assignment_string_range_node< T, AssignmentProcess >::range_ref(), and exprtk::details::assignment_string_range_node< T, AssignmentProcess >::range_ref().
|
inlinevirtual |
Implements exprtk::details::range_interface< T >.
Definition at line 10256 of file exprtk.hpp.
References exprtk::details::string_range_node< T >::rp_.
|
inlinevirtual |
Definition at line 10241 of file exprtk.hpp.
References exprtk::details::string_range_node< T >::value_.
Referenced by exprtk::details::string_range_node< T >::size().
|
inlinevirtual |
Definition at line 10246 of file exprtk.hpp.
References exprtk::details::string_range_node< T >::value_.
|
inlinevirtual |
Implements exprtk::details::string_base_node< T >.
Definition at line 10231 of file exprtk.hpp.
References exprtk::details::string_range_node< T >::ref().
|
inlinevirtual |
Implements exprtk::details::string_base_node< T >.
Definition at line 10221 of file exprtk.hpp.
References exprtk::details::string_range_node< T >::value_.
|
inlinevirtual |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 10261 of file exprtk.hpp.
|
inlinevirtual |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 10216 of file exprtk.hpp.
|
static |
Definition at line 10199 of file exprtk.hpp.
|
private |
|
private |
Definition at line 10268 of file exprtk.hpp.
Referenced by exprtk::details::string_range_node< T >::ref(), exprtk::details::string_range_node< T >::ref(), and exprtk::details::string_range_node< T >::str().