#include <exprtk.hpp>
Public Types | |
typedef expression_node< T > * | expression_ptr |
typedef Operation | operation_t |
Public Member Functions | |
operator_type | operation () const |
std::string & | s0 () |
std::string & | s1 () |
str_xroxr_node (SType0 s0, SType1 s1, RangePack rp0, RangePack rp1) | |
expression_node< T >::node_type | type () const |
T | value () const |
~str_xroxr_node () | |
Protected Attributes | |
RangePack | rp0_ |
RangePack | rp1_ |
SType0 | s0_ |
SType1 | s1_ |
Private Member Functions | |
str_xroxr_node< T, SType0, SType1, RangePack, Operation > & | operator= (str_xroxr_node< T, SType0, SType1, RangePack, Operation > &) |
str_xroxr_node (str_xroxr_node< T, SType0, SType1, RangePack, Operation > &) |
Definition at line 8769 of file exprtk.hpp.
typedef expression_node<T>* exprtk::details::str_xroxr_node< T, SType0, SType1, RangePack, Operation >::expression_ptr |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 8773 of file exprtk.hpp.
typedef Operation exprtk::details::str_xroxr_node< T, SType0, SType1, RangePack, Operation >::operation_t |
Definition at line 8774 of file exprtk.hpp.
exprtk::details::str_xroxr_node< T, SType0, SType1, RangePack, Operation >::str_xroxr_node | ( | SType0 | s0, |
SType1 | s1, | ||
RangePack | rp0, | ||
RangePack | rp1 | ||
) | [inline, explicit] |
Definition at line 8777 of file exprtk.hpp.
exprtk::details::str_xroxr_node< T, SType0, SType1, RangePack, Operation >::~str_xroxr_node | ( | ) | [inline] |
Definition at line 8784 of file exprtk.hpp.
exprtk::details::str_xroxr_node< T, SType0, SType1, RangePack, Operation >::str_xroxr_node | ( | str_xroxr_node< T, SType0, SType1, RangePack, Operation > & | ) | [private] |
operator_type exprtk::details::str_xroxr_node< T, SType0, SType1, RangePack, Operation >::operation | ( | ) | const [inline, virtual] |
Reimplemented from exprtk::details::sos_base_node< T >.
Definition at line 8808 of file exprtk.hpp.
str_xroxr_node<T,SType0,SType1,RangePack,Operation>& exprtk::details::str_xroxr_node< T, SType0, SType1, RangePack, Operation >::operator= | ( | str_xroxr_node< T, SType0, SType1, RangePack, Operation > & | ) | [private] |
std::string& exprtk::details::str_xroxr_node< T, SType0, SType1, RangePack, Operation >::s0 | ( | ) | [inline] |
Definition at line 8813 of file exprtk.hpp.
std::string& exprtk::details::str_xroxr_node< T, SType0, SType1, RangePack, Operation >::s1 | ( | ) | [inline] |
Definition at line 8818 of file exprtk.hpp.
expression_node<T>::node_type exprtk::details::str_xroxr_node< T, SType0, SType1, RangePack, Operation >::type | ( | ) | const [inline, virtual] |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 8803 of file exprtk.hpp.
T exprtk::details::str_xroxr_node< T, SType0, SType1, RangePack, Operation >::value | ( | ) | const [inline, virtual] |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 8790 of file exprtk.hpp.
RangePack exprtk::details::str_xroxr_node< T, SType0, SType1, RangePack, Operation >::rp0_ [protected] |
Definition at line 8827 of file exprtk.hpp.
RangePack exprtk::details::str_xroxr_node< T, SType0, SType1, RangePack, Operation >::rp1_ [protected] |
Definition at line 8828 of file exprtk.hpp.
SType0 exprtk::details::str_xroxr_node< T, SType0, SType1, RangePack, Operation >::s0_ [protected] |
Definition at line 8825 of file exprtk.hpp.
SType1 exprtk::details::str_xroxr_node< T, SType0, SType1, RangePack, Operation >::s1_ [protected] |
Definition at line 8826 of file exprtk.hpp.