exprtk::details::binary_ext_node< T, Operation > Class Template Reference

#include <exprtk.hpp>

Inheritance diagram for exprtk::details::binary_ext_node< T, Operation >:
Inheritance graph
[legend]
Collaboration diagram for exprtk::details::binary_ext_node< T, Operation >:
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_ext_node (expression_ptr branch0, expression_ptr branch1)
 ~binary_ext_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

branch_t branch_ [2]

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


Member Typedef Documentation

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

Constructor & Destructor Documentation

template<typename T , typename Operation >
exprtk::details::binary_ext_node< T, Operation >::binary_ext_node ( expression_ptr  branch0,
expression_ptr  branch1 
) [inline]
template<typename T , typename Operation >
exprtk::details::binary_ext_node< T, Operation >::~binary_ext_node (  )  [inline]

Member Function Documentation

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

Member Data Documentation

template<typename T , typename Operation >
branch_t exprtk::details::binary_ext_node< T, Operation >::branch_[2] [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