Definition at line 8634 of file exprtk.hpp.
#include <mrpt/otherlibs/exprtk.hpp>
Public Member Functions | |
cons_conditional_str_node (expression_ptr test, expression_ptr consequent) | |
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_ |
irange_ptr | str0_range_ptr_ |
range_t | range_ |
std::string | value_ |
expression_ptr | test_ |
expression_ptr | consequent_ |
|
inherited |
Definition at line 5697 of file exprtk.hpp.
typedef expression_node<T>* exprtk::details::cons_conditional_str_node< T >::expression_ptr |
Definition at line 8640 of file exprtk.hpp.
typedef irange_t* exprtk::details::cons_conditional_str_node< T >::irange_ptr |
Definition at line 8645 of file exprtk.hpp.
typedef range_interface<T> exprtk::details::cons_conditional_str_node< T >::irange_t |
Definition at line 8644 of file exprtk.hpp.
|
inherited |
Definition at line 5477 of file exprtk.hpp.
typedef range_t* exprtk::details::cons_conditional_str_node< T >::range_ptr |
Definition at line 8643 of file exprtk.hpp.
typedef range_pack<T> exprtk::details::cons_conditional_str_node< T >::range_t |
Definition at line 8642 of file exprtk.hpp.
typedef string_base_node<T>* exprtk::details::cons_conditional_str_node< T >::str_base_ptr |
Definition at line 8641 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 8647 of file exprtk.hpp.
References exprtk::details::is_generally_string_node().
|
inlinevirtual |
Implements exprtk::details::string_base_node< T >.
Definition at line 8713 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 8723 of file exprtk.hpp.
|
inlinevirtual |
Implements exprtk::details::range_interface< T >.
Definition at line 8728 of file exprtk.hpp.
|
inlinevirtual |
Implements exprtk::details::string_base_node< T >.
Definition at line 8718 of file exprtk.hpp.
|
inlinevirtual |
Implements exprtk::details::string_base_node< T >.
Definition at line 8708 of file exprtk.hpp.
|
inlinevirtual |
Reimplemented from exprtk::details::binary_node< T >.
Definition at line 8733 of file exprtk.hpp.
|
inlinevirtual |
Reimplemented from exprtk::details::binary_node< T >.
Definition at line 8678 of file exprtk.hpp.
References exprtk::details::is_true(), and mrpt::math::size().
|
protectedinherited |
Definition at line 5743 of file exprtk.hpp.
|
private |
Definition at line 8747 of file exprtk.hpp.
|
private |
Definition at line 8740 of file exprtk.hpp.
|
protectedinherited |
Definition at line 5742 of file exprtk.hpp.
|
mutableprivate |
Definition at line 8743 of file exprtk.hpp.
|
private |
Definition at line 8741 of file exprtk.hpp.
|
private |
Definition at line 8742 of file exprtk.hpp.
|
private |
Definition at line 8746 of file exprtk.hpp.
|
mutableprivate |
Definition at line 8744 of file exprtk.hpp.
Page generated by Doxygen 1.8.13 for MRPT 1.5.3 at Sun Nov 26 00:44:48 UTC 2017 |