ROOT  6.06/08
Reference Guide
Functions
memory.cpp File Reference
#include "unittest.h"
+ Include dependency graph for memory.cpp:

Go to the source code of this file.

Functions

template<typename V >
void testEntries ()
 
template<typename V >
void testEntries2D ()
 
template<typename V >
void testVectors ()
 
template<typename V >
void testVectors2D ()
 
template<typename V >
void testVectorReorganization ()
 
template<typename V >
void memoryOperators ()
 
template<typename V >
void testCCtor ()
 
template<typename V >
void testCopyAssignment ()
 
int main ()
 

Function Documentation

§ main()

int main ( )

Definition at line 302 of file memory.cpp.

§ memoryOperators()

template<typename V >
void memoryOperators ( )

Definition at line 230 of file memory.cpp.

Referenced by main().

§ testCCtor()

template<typename V >
void testCCtor ( )

Definition at line 269 of file memory.cpp.

Referenced by main().

§ testCopyAssignment()

template<typename V >
void testCopyAssignment ( )

Definition at line 284 of file memory.cpp.

Referenced by main().

§ testEntries()

template<typename V >
void testEntries ( )

Definition at line 205 of file memory.cpp.

Referenced by main().

§ testEntries2D()

template<typename V >
void testEntries2D ( )

Definition at line 210 of file memory.cpp.

Referenced by main().

§ testVectorReorganization()

template<typename V >
void testVectorReorganization ( )

Definition at line 225 of file memory.cpp.

Referenced by main().

§ testVectors()

template<typename V >
void testVectors ( )

Definition at line 215 of file memory.cpp.

Referenced by main(), and rotationApplication().

§ testVectors2D()

template<typename V >
void testVectors2D ( )

Definition at line 220 of file memory.cpp.

Referenced by main().