Public Types | Public Member Functions | Protected Attributes
exprtk::details::binary_node< T > Class Template Reference

#include <exprtk.hpp>

Inheritance diagram for exprtk::details::binary_node< T >:
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_node (const operator_type &operation, 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_node ()

Protected Attributes

branch_t branch_ [2]
operator_type operation_

Detailed Description

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

Definition at line 3865 of file exprtk.hpp.


Member Typedef Documentation

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

Definition at line 3870 of file exprtk.hpp.

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 operation,
expression_ptr  branch0,
expression_ptr  branch1 
) [inline]

Definition at line 3872 of file exprtk.hpp.

template<typename T>
exprtk::details::binary_node< T >::~binary_node ( ) [inline]

Definition at line 3880 of file exprtk.hpp.


Member Function Documentation

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

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

Definition at line 3902 of file exprtk.hpp.

template<typename T>
operator_type exprtk::details::binary_node< T >::operation ( ) [inline]

Definition at line 3897 of file exprtk.hpp.

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

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

Definition at line 3892 of file exprtk.hpp.

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]

Definition at line 3915 of file exprtk.hpp.

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

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