Logo ROOT   6.08/07
Reference Guide
Functions
testIterator.cxx File Reference
#include "Math/Vector3D.h"
#include "Math/Point3D.h"
#include "Math/Vector4D.h"
#include "Math/EulerAngles.h"
#include "Math/Transform3D.h"
#include "Math/LorentzRotation.h"
#include "Math/Boost.h"
#include "Math/Rotation3D.h"
#include "Math/RotationX.h"
#include "Math/RotationY.h"
#include "Math/RotationZ.h"
#include "Math/Quaternion.h"
#include "Math/AxisAngle.h"
#include "Math/VectorUtil.h"
#include <iostream>
#include <iterator>
#include <vector>
#include <list>
#include <set>
#include <algorithm>
Include dependency graph for testIterator.cxx:

Functions

int main ()
 
template<class L >
void printList (const L &l)
 
template<class Rot >
void printRot (const Rot &rot)
 
template<class V >
void printVec (const V &v)
 
void testListIter ()
 
void testOstreamIter ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 154 of file testIterator.cxx.

◆ printList()

template<class L >
void printList ( const L &  l)

Definition at line 46 of file testIterator.cxx.

◆ printRot()

template<class Rot >
void printRot ( const Rot &  rot)

Definition at line 32 of file testIterator.cxx.

◆ printVec()

template<class V >
void printVec ( const V &  v)

Definition at line 39 of file testIterator.cxx.

◆ testListIter()

void testListIter ( )

Definition at line 74 of file testIterator.cxx.

◆ testOstreamIter()

void testOstreamIter ( )

Definition at line 53 of file testIterator.cxx.