#include <exprtk.hpp>
Public Types | |
typedef std::pair < expression_ptr, bool > | branch_t |
typedef expression_node< T > * | expression_ptr |
typedef Operation | operation_t |
Public Member Functions | |
expression_node< T > * | branch (const std::size_t &) const |
const T | c () const |
cob_node (const T c, const expression_ptr branch) | |
expression_node< T > * | move_branch (const std::size_t &) |
operator_type | operation () const |
void | set_c (const T new_c) |
T | value () const |
~cob_node () | |
Private Member Functions | |
cob_node (const cob_node< T, Operation > &) | |
cob_node< T, Operation > & | operator= (const cob_node< T, Operation > &) |
Private Attributes | |
branch_t | branch_ [1] |
const T | c_ |
Definition at line 8478 of file exprtk.hpp.
typedef std::pair<expression_ptr,bool> exprtk::details::cob_node< T, Operation >::branch_t |
Definition at line 8483 of file exprtk.hpp.
typedef expression_node<T>* exprtk::details::cob_node< T, Operation >::expression_ptr |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 8482 of file exprtk.hpp.
typedef Operation exprtk::details::cob_node< T, Operation >::operation_t |
Definition at line 8484 of file exprtk.hpp.
exprtk::details::cob_node< T, Operation >::cob_node | ( | const T | c, |
const expression_ptr | branch | ||
) | [inline, explicit] |
Definition at line 8487 of file exprtk.hpp.
exprtk::details::cob_node< T, Operation >::~cob_node | ( | ) | [inline] |
Definition at line 8493 of file exprtk.hpp.
exprtk::details::cob_node< T, Operation >::cob_node | ( | const cob_node< T, Operation > & | ) | [private] |
expression_node<T>* exprtk::details::cob_node< T, Operation >::branch | ( | const std::size_t & | ) | const [inline, virtual] |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 8518 of file exprtk.hpp.
const T exprtk::details::cob_node< T, Operation >::c | ( | ) | const [inline, virtual] |
Implements exprtk::details::cob_base_node< T >.
Definition at line 8508 of file exprtk.hpp.
expression_node<T>* exprtk::details::cob_node< T, Operation >::move_branch | ( | const std::size_t & | ) | [inline, virtual] |
Implements exprtk::details::cob_base_node< T >.
Definition at line 8523 of file exprtk.hpp.
operator_type exprtk::details::cob_node< T, Operation >::operation | ( | ) | const [inline, virtual] |
Reimplemented from exprtk::details::cob_base_node< T >.
Definition at line 8503 of file exprtk.hpp.
cob_node<T,Operation>& exprtk::details::cob_node< T, Operation >::operator= | ( | const cob_node< T, Operation > & | ) | [private] |
void exprtk::details::cob_node< T, Operation >::set_c | ( | const T | new_c | ) | [inline, virtual] |
Implements exprtk::details::cob_base_node< T >.
Definition at line 8513 of file exprtk.hpp.
T exprtk::details::cob_node< T, Operation >::value | ( | ) | const [inline, virtual] |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 8498 of file exprtk.hpp.
branch_t exprtk::details::cob_node< T, Operation >::branch_[1] [private] |
Definition at line 8535 of file exprtk.hpp.
const T exprtk::details::cob_node< T, Operation >::c_ [private] |
Definition at line 8534 of file exprtk.hpp.