ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Private Attributes | List of all members
ROOT::Vc::BinaryOperation< Result, Left, Right > Class Template Reference

template<typename Result, typename Left, typename Right>
class ROOT::Vc::BinaryOperation< Result, Left, Right >

Definition at line 42 of file operand.h.

Private Attributes

Left m_left
 
Right m_right
 

Additional Inherited Members

- Public Member Functions inherited from ROOT::Vc::Operand< BinaryOperation< Result, Left, Right > >
BinaryOperation< Result, Left,
Right > * 
parent ()
 
const BinaryOperation< Result,
Left, Right > * 
parent () const
 

#include </mnt/vdb/lsf/workspace/root-makedoc/rootspi/rdoc/src/master/math/vc/include/Vc/common/operand.h>

Inheritance diagram for ROOT::Vc::BinaryOperation< Result, Left, Right >:
[legend]

Member Data Documentation

template<typename Result , typename Left , typename Right >
Left ROOT::Vc::BinaryOperation< Result, Left, Right >::m_left
private

Definition at line 44 of file operand.h.

template<typename Result , typename Left , typename Right >
Right ROOT::Vc::BinaryOperation< Result, Left, Right >::m_right
private

Definition at line 45 of file operand.h.

Collaboration diagram for ROOT::Vc::BinaryOperation< Result, Left, Right >:
[legend]

The documentation for this class was generated from the following file: