#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 | |
boc_node (const expression_ptr branch, const T c) | |
expression_node< T > * | branch (const std::size_t &) const |
const T | c () const |
operator_type | operation () const |
void | set_c (const T new_c) |
T | value () const |
~boc_node () | |
Private Member Functions | |
boc_node (const boc_node< T, Operation > &) | |
boc_node< T, Operation > & | operator= (const boc_node< T, Operation > &) |
Private Attributes | |
branch_t | branch_ [1] |
const T | c_ |
Definition at line 8539 of file exprtk.hpp.
typedef std::pair<expression_ptr,bool> exprtk::details::boc_node< T, Operation >::branch_t |
Definition at line 8544 of file exprtk.hpp.
typedef expression_node<T>* exprtk::details::boc_node< T, Operation >::expression_ptr |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 8543 of file exprtk.hpp.
typedef Operation exprtk::details::boc_node< T, Operation >::operation_t |
Definition at line 8545 of file exprtk.hpp.
exprtk::details::boc_node< T, Operation >::boc_node | ( | const expression_ptr | branch, |
const T | c | ||
) | [inline, explicit] |
Definition at line 8548 of file exprtk.hpp.
exprtk::details::boc_node< T, Operation >::~boc_node | ( | ) | [inline] |
Definition at line 8554 of file exprtk.hpp.
exprtk::details::boc_node< T, Operation >::boc_node | ( | const boc_node< T, Operation > & | ) | [private] |
expression_node<T>* exprtk::details::boc_node< T, Operation >::branch | ( | const std::size_t & | ) | const [inline, virtual] |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 8579 of file exprtk.hpp.
const T exprtk::details::boc_node< T, Operation >::c | ( | ) | const [inline, virtual] |
Implements exprtk::details::boc_base_node< T >.
Definition at line 8569 of file exprtk.hpp.
operator_type exprtk::details::boc_node< T, Operation >::operation | ( | ) | const [inline, virtual] |
Reimplemented from exprtk::details::boc_base_node< T >.
Definition at line 8564 of file exprtk.hpp.
boc_node<T,Operation>& exprtk::details::boc_node< T, Operation >::operator= | ( | const boc_node< T, Operation > & | ) | [private] |
void exprtk::details::boc_node< T, Operation >::set_c | ( | const T | new_c | ) | [inline, virtual] |
Implements exprtk::details::boc_base_node< T >.
Definition at line 8574 of file exprtk.hpp.
T exprtk::details::boc_node< T, Operation >::value | ( | ) | const [inline, virtual] |
Reimplemented from exprtk::details::expression_node< T >.
Definition at line 8559 of file exprtk.hpp.
branch_t exprtk::details::boc_node< T, Operation >::branch_[1] [private] |
Definition at line 8590 of file exprtk.hpp.
const T exprtk::details::boc_node< T, Operation >::c_ [private] |
Definition at line 8589 of file exprtk.hpp.