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

#include <exprtk.hpp>

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

List of all members.

Public Types

typedef expression_node< T > * expression_ptr
typedef Operation operation_t

Public Member Functions

operator_type operation () const
expression_node< T >::node_type type () const
 unary_branch_node (expression_ptr branch)
T value () const
 ~unary_branch_node ()

Private Member Functions

unary_branch_node< T, Operation > & operator= (unary_branch_node< T, Operation > &)
 unary_branch_node (unary_branch_node< T, Operation > &)

Private Attributes

expression_ptr branch_
bool branch_deletable_

Detailed Description

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

Definition at line 7306 of file exprtk.hpp.


Member Typedef Documentation

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

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

Definition at line 7310 of file exprtk.hpp.

template<typename T, typename Operation>
typedef Operation exprtk::details::unary_branch_node< T, Operation >::operation_t

Definition at line 7311 of file exprtk.hpp.


Constructor & Destructor Documentation

template<typename T, typename Operation>
exprtk::details::unary_branch_node< T, Operation >::unary_branch_node ( expression_ptr  branch) [inline, explicit]

Definition at line 7313 of file exprtk.hpp.

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

Definition at line 7318 of file exprtk.hpp.

template<typename T, typename Operation>
exprtk::details::unary_branch_node< T, Operation >::unary_branch_node ( unary_branch_node< T, Operation > &  ) [private]

Member Function Documentation

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

Definition at line 7337 of file exprtk.hpp.

template<typename T, typename Operation>
unary_branch_node<T,Operation>& exprtk::details::unary_branch_node< T, Operation >::operator= ( unary_branch_node< T, Operation > &  ) [private]
template<typename T, typename Operation>
expression_node<T>::node_type exprtk::details::unary_branch_node< T, Operation >::type ( ) const [inline, virtual]

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

Definition at line 7332 of file exprtk.hpp.

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

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

Definition at line 7327 of file exprtk.hpp.


Member Data Documentation

template<typename T, typename Operation>
expression_ptr exprtk::details::unary_branch_node< T, Operation >::branch_ [private]

Definition at line 7347 of file exprtk.hpp.

template<typename T, typename Operation>
bool exprtk::details::unary_branch_node< T, Operation >::branch_deletable_ [private]

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