#include <exprtk.hpp>
Public Member Functions | |
virtual operator_type | operation () const |
virtual const T & | v () const =0 |
Definition at line 7143 of file exprtk.hpp.
virtual operator_type exprtk::details::uv_base_node< T >::operation | ( | ) | const [inline, virtual] |
Reimplemented in exprtk::details::unary_variable_node< T, Operation >.
Definition at line 7147 of file exprtk.hpp.
virtual const T& exprtk::details::uv_base_node< T >::v | ( | ) | const [pure virtual] |
Implemented in exprtk::details::unary_variable_node< T, Operation >.