Definition at line 7750 of file exprtk.hpp.
#include <mrpt/otherlibs/exprtk.hpp>
Public Member Functions | |
string_concat_node (const operator_type &opr, expression_ptr branch0, expression_ptr branch1) | |
T | value () const |
std::string | str () const |
const char * | base () const |
std::size_t | size () const |
range_t & | range_ref () |
const range_t & | range_ref () const |
expression_node< T >::node_type | type () const |
operator_type | operation () |
expression_node< T > * | branch (const std::size_t &index=0) const |
Protected Attributes | |
operator_type | operation_ |
branch_t | branch_ [2] |
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_ |
|
inherited |
Definition at line 5697 of file exprtk.hpp.
typedef expression_node<T>* exprtk::details::string_concat_node< T >::expression_ptr |
Definition at line 7756 of file exprtk.hpp.
typedef irange_t* exprtk::details::string_concat_node< T >::irange_ptr |
Definition at line 7761 of file exprtk.hpp.
typedef range_interface<T> exprtk::details::string_concat_node< T >::irange_t |
Definition at line 7760 of file exprtk.hpp.
|
inherited |
Definition at line 5477 of file exprtk.hpp.
typedef range_t* exprtk::details::string_concat_node< T >::range_ptr |
Definition at line 7759 of file exprtk.hpp.
typedef range_pack<T> exprtk::details::string_concat_node< T >::range_t |
Definition at line 7758 of file exprtk.hpp.
typedef string_base_node<T>* exprtk::details::string_concat_node< T >::str_base_ptr |
Definition at line 7757 of file exprtk.hpp.
|
inherited |
Definition at line 4853 of file exprtk.hpp.
|
inherited |
Definition at line 4812 of file exprtk.hpp.
|
inline |
Definition at line 7763 of file exprtk.hpp.
References exprtk::details::is_generally_string_node().
|
inlinevirtual |
Implements exprtk::details::string_base_node< T >.
Definition at line 7851 of file exprtk.hpp.
|
inlinevirtualinherited |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 5730 of file exprtk.hpp.
|
inlineinherited |
Definition at line 5725 of file exprtk.hpp.
|
inlinevirtual |
Implements exprtk::details::range_interface< T >.
Definition at line 7861 of file exprtk.hpp.
|
inlinevirtual |
Implements exprtk::details::range_interface< T >.
Definition at line 7866 of file exprtk.hpp.
|
inlinevirtual |
Implements exprtk::details::string_base_node< T >.
Definition at line 7856 of file exprtk.hpp.
|
inlinevirtual |
Implements exprtk::details::string_base_node< T >.
Definition at line 7846 of file exprtk.hpp.
|
inlinevirtual |
Reimplemented from exprtk::details::binary_node< T >.
Definition at line 7871 of file exprtk.hpp.
|
inlinevirtual |
Reimplemented from exprtk::details::binary_node< T >.
Definition at line 7811 of file exprtk.hpp.
References exprtk::details::binary_node< T >::value().
|
protectedinherited |
Definition at line 5743 of file exprtk.hpp.
|
private |
Definition at line 7878 of file exprtk.hpp.
|
protectedinherited |
Definition at line 5742 of file exprtk.hpp.
|
mutableprivate |
Definition at line 7883 of file exprtk.hpp.
|
private |
Definition at line 7879 of file exprtk.hpp.
|
private |
Definition at line 7881 of file exprtk.hpp.
|
private |
Definition at line 7880 of file exprtk.hpp.
|
private |
Definition at line 7882 of file exprtk.hpp.
|
mutableprivate |
Definition at line 7884 of file exprtk.hpp.
Page generated by Doxygen 1.8.13 for MRPT 1.5.3 at Mon Oct 30 10:27:08 UTC 2017 |