#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 () |
std::string & | s2 () |
sosos_node (SType0 s0, SType1 s1, SType2 s2) | |
expression_node< T >::node_type | type () const |
T | value () const |
Protected Attributes | |
SType0 | s0_ |
SType1 | s1_ |
SType2 | s2_ |
Private Member Functions | |
sosos_node< T, SType0, SType1, SType2, Operation > & | operator= (sosos_node< T, SType0, SType1, SType2, Operation > &) |
sosos_node (sosos_node< T, SType0, SType1, SType2, Operation > &) |
Definition at line 8837 of file exprtk.hpp.
typedef expression_node<T>* exprtk::details::sosos_node< T, SType0, SType1, SType2, Operation >::expression_ptr |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 8841 of file exprtk.hpp.
typedef Operation exprtk::details::sosos_node< T, SType0, SType1, SType2, Operation >::operation_t |
Definition at line 8842 of file exprtk.hpp.
exprtk::details::sosos_node< T, SType0, SType1, SType2, Operation >::sosos_node | ( | SType0 | s0, |
SType1 | s1, | ||
SType2 | s2 | ||
) | [inline, explicit] |
Definition at line 8845 of file exprtk.hpp.
exprtk::details::sosos_node< T, SType0, SType1, SType2, Operation >::sosos_node | ( | sosos_node< T, SType0, SType1, SType2, Operation > & | ) | [private] |
operator_type exprtk::details::sosos_node< T, SType0, SType1, SType2, Operation >::operation | ( | ) | const [inline, virtual] |
Reimplemented from exprtk::details::sosos_base_node< T >.
Definition at line 8861 of file exprtk.hpp.
sosos_node<T,SType0,SType1,SType2,Operation>& exprtk::details::sosos_node< T, SType0, SType1, SType2, Operation >::operator= | ( | sosos_node< T, SType0, SType1, SType2, Operation > & | ) | [private] |
std::string& exprtk::details::sosos_node< T, SType0, SType1, SType2, Operation >::s0 | ( | ) | [inline] |
Definition at line 8866 of file exprtk.hpp.
std::string& exprtk::details::sosos_node< T, SType0, SType1, SType2, Operation >::s1 | ( | ) | [inline] |
Definition at line 8871 of file exprtk.hpp.
std::string& exprtk::details::sosos_node< T, SType0, SType1, SType2, Operation >::s2 | ( | ) | [inline] |
Definition at line 8876 of file exprtk.hpp.
expression_node<T>::node_type exprtk::details::sosos_node< T, SType0, SType1, SType2, Operation >::type | ( | ) | const [inline, virtual] |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 8856 of file exprtk.hpp.
T exprtk::details::sosos_node< T, SType0, SType1, SType2, Operation >::value | ( | ) | const [inline, virtual] |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 8851 of file exprtk.hpp.
SType0 exprtk::details::sosos_node< T, SType0, SType1, SType2, Operation >::s0_ [protected] |
Definition at line 8883 of file exprtk.hpp.
SType1 exprtk::details::sosos_node< T, SType0, SType1, SType2, Operation >::s1_ [protected] |
Definition at line 8884 of file exprtk.hpp.
SType2 exprtk::details::sosos_node< T, SType0, SType1, SType2, Operation >::s2_ [protected] |
Definition at line 8885 of file exprtk.hpp.