ROOT  6.06/09
Reference Guide
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-v606/rootspi/rdoc/src/v6-06-00-patches/math/vc/include/Vc/common/operand.h>

+ Inheritance diagram for ROOT::Vc::BinaryOperation< Result, Left, Right >:
+ Collaboration diagram for ROOT::Vc::BinaryOperation< Result, Left, Right >:

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.


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