![]() |
ROOT
6.06/08
Reference Guide
|
Include dependency graph for memorybase.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | ROOT::Vc::VectorPointerHelperConst< V, A > |
| Helper class for the Memory::vector(size_t) class of functions. More... | |
| class | ROOT::Vc::VectorPointerHelper< V, A > |
| Helper class for the Memory::vector(size_t) class of functions. More... | |
| class | ROOT::Vc::MemoryDimensionBase< V, Parent, Dimension, RowMemory > |
| class | ROOT::Vc::MemoryDimensionBase< V, Parent, 1, RowMemory > |
| class | ROOT::Vc::MemoryDimensionBase< V, Parent, 2, RowMemory > |
| class | ROOT::Vc::MemoryBase< V, Parent, Dimension, RowMemory > |
| Common interface to all Memory classes, independent of allocation on the stack or heap. More... | |
Namespaces | |
| ROOT | |
| Namespace for new ROOT classes and functions. | |
| ROOT::Vc | |
| ROOT::Vc::Internal | |
Macros | |
| #define | VC_DECLTYPE(T1, op, T2) typename Decltype<T1, T2, sizeof(DecltypeHelper<T1, T2>::test(*static_cast<const T1*>(SOME_PTR) op *static_cast<const T2*>(SOME_PTR)))>::Value |
| #define | VC_MEM_OPERATOR_EQ(op) |
| #define | VC_VPH_OPERATOR(op) |
Functions | |
| template<typename V , typename ParentL , typename ParentR , int Dimension, typename RowMemoryL , typename RowMemoryR > | |
| void | ROOT::Vc::Internal::copyVectors (MemoryBase< V, ParentL, Dimension, RowMemoryL > &dst, const MemoryBase< V, ParentR, Dimension, RowMemoryR > &src) |
| #define VC_DECLTYPE | ( | T1, | |
| op, | |||
| T2 | |||
| ) | typename Decltype<T1, T2, sizeof(DecltypeHelper<T1, T2>::test(*static_cast<const T1*>(SOME_PTR) op *static_cast<const T2*>(SOME_PTR)))>::Value |
Definition at line 62 of file memorybase.h.
| #define VC_MEM_OPERATOR_EQ | ( | op | ) |
Definition at line 67 of file memorybase.h.
Referenced by ROOT::Vc::VectorPointerHelper< V, A >::operator=().
| #define VC_VPH_OPERATOR | ( | op | ) |
Definition at line 137 of file memorybase.h.
| one x |
Definition at line 37 of file memorybase.h.
Referenced by ROOT::Vc::MemoryDimensionBase< V, Parent, 2, RowMemory >::entries(), and ROOT::Vc::VectorPointerHelper< V, A >::operator=().
| one y |
Definition at line 38 of file memorybase.h.