Public Types | Public Member Functions | Private Attributes
exprtk::details::assignment_op_node< T, Operation > Class Template Reference

#include <exprtk.hpp>

Inheritance diagram for exprtk::details::assignment_op_node< T, Operation >:
Inheritance graph
[legend]

List of all members.

Public Types

typedef expression_node< T > * expression_ptr

Public Member Functions

 assignment_op_node (const operator_type &operation, expression_ptr branch0, expression_ptr branch1)
T value () const

Private Attributes

variable_node< T > * var_node_ptr_

Detailed Description

template<typename T, typename Operation>
class exprtk::details::assignment_op_node< T, Operation >

Definition at line 5666 of file exprtk.hpp.


Member Typedef Documentation

template<typename T , typename Operation >
typedef expression_node<T>* exprtk::details::assignment_op_node< T, Operation >::expression_ptr

Reimplemented from exprtk::details::binary_node< T >.

Definition at line 5670 of file exprtk.hpp.


Constructor & Destructor Documentation

template<typename T , typename Operation >
exprtk::details::assignment_op_node< T, Operation >::assignment_op_node ( const operator_type operation,
expression_ptr  branch0,
expression_ptr  branch1 
) [inline]

Definition at line 5672 of file exprtk.hpp.


Member Function Documentation

template<typename T , typename Operation >
T exprtk::details::assignment_op_node< T, Operation >::value ( ) const [inline, virtual]

Reimplemented from exprtk::details::binary_node< T >.

Definition at line 5684 of file exprtk.hpp.


Member Data Documentation

template<typename T , typename Operation >
variable_node<T>* exprtk::details::assignment_op_node< T, Operation >::var_node_ptr_ [private]

Definition at line 5698 of file exprtk.hpp.


The documentation for this class was generated from the following file:


labust_mission
Author(s): Filip Mandic
autogenerated on Fri Aug 28 2015 11:23:05