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

Go to the source code of this file.

Functions

template<typename Vec >
void alignedStore ()
 
template<typename Vec >
void unalignedStore ()
 
template<typename Vec >
void streamingAndAlignedStore ()
 
template<typename Vec >
void streamingAndUnalignedStore ()
 
template<typename Vec >
void maskedStore ()
 
int main (int argc, char **argv)
 

Function Documentation

template<typename Vec >
void alignedStore ( )

Definition at line 26 of file store.cpp.

Referenced by main().

int main ( int  argc,
char **  argv 
)

Definition at line 145 of file store.cpp.

template<typename Vec >
void maskedStore ( )

Definition at line 114 of file store.cpp.

template<typename Vec >
void streamingAndAlignedStore ( )

Definition at line 70 of file store.cpp.

Referenced by main().

template<typename Vec >
void streamingAndUnalignedStore ( )

Definition at line 92 of file store.cpp.

Referenced by main().

template<typename Vec >
void unalignedStore ( )

Definition at line 48 of file store.cpp.

Referenced by main().