exprtk::details::binary_node< T > Class Template Reference

#include <exprtk.hpp>

Inheritance diagram for exprtk::details::binary_node< T >:
Inheritance graph
[legend]
Collaboration diagram for exprtk::details::binary_node< T >:
Collaboration graph
[legend]

List of all members.

Public Types

typedef expression_node< T > * expression_ptr
typedef std::pair
< expression_ptr, bool > 
branch_t

Public Member Functions

 binary_node (const operator_type &opr, expression_ptr branch0, expression_ptr branch1)
 ~binary_node ()
T value () const
expression_node< T >::node_type type () const
operator_type operation ()
expression_node< T > * branch (const std::size_t &index=0) const

Protected Attributes

operator_type operation_
branch_t branch_ [2]

template<typename T>
class exprtk::details::binary_node< T >


Member Typedef Documentation

template<typename T >
typedef std::pair<expression_ptr,bool> exprtk::details::binary_node< T >::branch_t
template<typename T >
typedef expression_node<T>* exprtk::details::binary_node< T >::expression_ptr

Constructor & Destructor Documentation

template<typename T >
exprtk::details::binary_node< T >::binary_node ( const operator_type opr,
expression_ptr  branch0,
expression_ptr  branch1 
) [inline]
template<typename T >
exprtk::details::binary_node< T >::~binary_node (  )  [inline]

Member Function Documentation

template<typename T >
expression_node<T>* exprtk::details::binary_node< T >::branch ( const std::size_t &  index = 0  )  const [inline, virtual]
template<typename T >
operator_type exprtk::details::binary_node< T >::operation (  )  [inline]
template<typename T >
expression_node<T>::node_type exprtk::details::binary_node< T >::type (  )  const [inline, virtual]
template<typename T >
T exprtk::details::binary_node< T >::value (  )  const [inline, virtual]

Member Data Documentation

template<typename T >
branch_t exprtk::details::binary_node< T >::branch_[2] [protected]
template<typename T >
operator_type exprtk::details::binary_node< T >::operation_ [protected]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 3 Jun 2020 for ModFEM by  doxygen 1.6.1