#include <exprtk.hpp>
Public Types | |
typedef expression_node< T > * | expression_ptr |
typedef Operation | operation_t |
Public Member Functions | |
const T | c () const |
operator_type | operation () const |
const T & | v () const |
T | value () const |
voc_node (const T &v, const T &c) | |
Protected Attributes | |
const T | c_ |
const T & | v_ |
Private Member Functions | |
voc_node< T, Operation > & | operator= (const voc_node< T, Operation > &) |
voc_node (const voc_node< T, Operation > &) |
Definition at line 8333 of file exprtk.hpp.
typedef expression_node<T>* exprtk::details::voc_node< T, Operation >::expression_ptr |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 8337 of file exprtk.hpp.
typedef Operation exprtk::details::voc_node< T, Operation >::operation_t |
Definition at line 8338 of file exprtk.hpp.
exprtk::details::voc_node< T, Operation >::voc_node | ( | const T & | v, |
const T & | c | ||
) | [inline, explicit] |
Definition at line 8341 of file exprtk.hpp.
exprtk::details::voc_node< T, Operation >::voc_node | ( | const voc_node< T, Operation > & | ) | [private] |
const T exprtk::details::voc_node< T, Operation >::c | ( | ) | const [inline, virtual] |
Implements exprtk::details::voc_base_node< T >.
Definition at line 8356 of file exprtk.hpp.
operator_type exprtk::details::voc_node< T, Operation >::operation | ( | ) | const [inline, virtual] |
Reimplemented from exprtk::details::voc_base_node< T >.
Definition at line 8351 of file exprtk.hpp.
voc_node<T,Operation>& exprtk::details::voc_node< T, Operation >::operator= | ( | const voc_node< T, Operation > & | ) | [private] |
const T& exprtk::details::voc_node< T, Operation >::v | ( | ) | const [inline, virtual] |
Implements exprtk::details::voc_base_node< T >.
Definition at line 8361 of file exprtk.hpp.
T exprtk::details::voc_node< T, Operation >::value | ( | ) | const [inline, virtual] |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 8346 of file exprtk.hpp.
const T exprtk::details::voc_node< T, Operation >::c_ [protected] |
Definition at line 8369 of file exprtk.hpp.
const T& exprtk::details::voc_node< T, Operation >::v_ [protected] |
Definition at line 8368 of file exprtk.hpp.