Public Types | Public Member Functions | Protected Attributes
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]

List of all members.

Public Types

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

Public Member Functions

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

Protected Attributes

branch_t branch_ [2]

Detailed Description

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

Definition at line 3919 of file exprtk.hpp.


Member Typedef Documentation

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

Definition at line 3924 of file exprtk.hpp.

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

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

Definition at line 3923 of file exprtk.hpp.


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]

Definition at line 3926 of file exprtk.hpp.

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

Definition at line 3931 of file exprtk.hpp.


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]

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

Definition at line 3953 of file exprtk.hpp.

template<typename T , typename Operation >
operator_type exprtk::details::binary_ext_node< T, Operation >::operation ( ) [inline]

Definition at line 3948 of file exprtk.hpp.

template<typename T , typename Operation >
expression_node<T>::node_type exprtk::details::binary_ext_node< T, Operation >::type ( ) const [inline, virtual]

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

Definition at line 3943 of file exprtk.hpp.

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

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

Definition at line 3936 of file exprtk.hpp.


Member Data Documentation

template<typename T , typename Operation >
branch_t exprtk::details::binary_ext_node< T, Operation >::branch_[2] [protected]

Definition at line 3965 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