ROOT  6.06/08
Reference Guide
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

§ alignedStore()

template<typename Vec >
void alignedStore ( )

Definition at line 26 of file store.cpp.

Referenced by main().

§ main()

int main ( int  argc,
char **  argv 
)

Definition at line 145 of file store.cpp.

§ maskedStore()

template<typename Vec >
void maskedStore ( )

Definition at line 114 of file store.cpp.

§ streamingAndAlignedStore()

template<typename Vec >
void streamingAndAlignedStore ( )

Definition at line 70 of file store.cpp.

Referenced by main().

§ streamingAndUnalignedStore()

template<typename Vec >
void streamingAndUnalignedStore ( )

Definition at line 92 of file store.cpp.

Referenced by main().

§ unalignedStore()

template<typename Vec >
void unalignedStore ( )

Definition at line 48 of file store.cpp.

Referenced by main().