#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 () |
sos_node (SType0 s0, SType1 s1) | |
expression_node< T >::node_type | type () const |
T | value () const |
Protected Attributes | |
SType0 | s0_ |
SType1 | s1_ |
Private Member Functions | |
sos_node< T, SType0, SType1, Operation > & | operator= (sos_node< T, SType0, SType1, Operation > &) |
sos_node (sos_node< T, SType0, SType1, Operation > &) |
Definition at line 8595 of file exprtk.hpp.
typedef expression_node<T>* exprtk::details::sos_node< T, SType0, SType1, Operation >::expression_ptr |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 8599 of file exprtk.hpp.
typedef Operation exprtk::details::sos_node< T, SType0, SType1, Operation >::operation_t |
Definition at line 8600 of file exprtk.hpp.
exprtk::details::sos_node< T, SType0, SType1, Operation >::sos_node | ( | SType0 | s0, |
SType1 | s1 | ||
) | [inline, explicit] |
Definition at line 8603 of file exprtk.hpp.
exprtk::details::sos_node< T, SType0, SType1, Operation >::sos_node | ( | sos_node< T, SType0, SType1, Operation > & | ) | [private] |
operator_type exprtk::details::sos_node< T, SType0, SType1, Operation >::operation | ( | ) | const [inline, virtual] |
Reimplemented from exprtk::details::sos_base_node< T >.
Definition at line 8618 of file exprtk.hpp.
sos_node<T,SType0,SType1,Operation>& exprtk::details::sos_node< T, SType0, SType1, Operation >::operator= | ( | sos_node< T, SType0, SType1, Operation > & | ) | [private] |
std::string& exprtk::details::sos_node< T, SType0, SType1, Operation >::s0 | ( | ) | [inline] |
Definition at line 8623 of file exprtk.hpp.
std::string& exprtk::details::sos_node< T, SType0, SType1, Operation >::s1 | ( | ) | [inline] |
Definition at line 8628 of file exprtk.hpp.
expression_node<T>::node_type exprtk::details::sos_node< T, SType0, SType1, Operation >::type | ( | ) | const [inline, virtual] |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 8613 of file exprtk.hpp.
T exprtk::details::sos_node< T, SType0, SType1, Operation >::value | ( | ) | const [inline, virtual] |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 8608 of file exprtk.hpp.
SType0 exprtk::details::sos_node< T, SType0, SType1, Operation >::s0_ [protected] |
Definition at line 8635 of file exprtk.hpp.
SType1 exprtk::details::sos_node< T, SType0, SType1, Operation >::s1_ [protected] |
Definition at line 8636 of file exprtk.hpp.