ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
scalaraccess.cpp File Reference
#include "unittest.h"
Include dependency graph for scalaraccess.cpp:

Go to the source code of this file.

Functions

template<typename V >
void reads ()
 
template<typename V , size_t Index>
void readsConstantIndexTest (VC_ALIGNED_PARAMETER(V) a, VC_ALIGNED_PARAMETER(V) b)
 
template<typename V >
void readsConstantIndex ()
 
template<typename V >
void writes ()
 
int main (int argc, char **argv)
 

Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 136 of file scalaraccess.cpp.

template<typename V >
void reads ( )

Definition at line 24 of file scalaraccess.cpp.

Referenced by TFileCacheRead::AddNoCacheReadCalls(), and main().

template<typename V >
void readsConstantIndex ( )

Definition at line 78 of file scalaraccess.cpp.

Referenced by main().

template<typename V , size_t Index>
void readsConstantIndexTest ( VC_ALIGNED_PARAMETER(V)  a,
VC_ALIGNED_PARAMETER(V)  b 
)
inline

Definition at line 44 of file scalaraccess.cpp.

template<typename V >
void writes ( )

Definition at line 87 of file scalaraccess.cpp.

Referenced by main().