Back to index

CCyclicIterator.C

 
//----------------------------------------------------------------------------- 
//  $Header: /tmp_mnt/asis/offline/ceres/cool/project/RCS/CCyclicIterator.C,v 2.1 1996/10/04 08:43:19 voigt Exp $ 
// 
//  COOL Program Library   
//  Copyright (C) CERES collaboration, 1996 
// 
//  Implementation of class ... 
// 
//----------------------------------------------------------------------------- 
 
#ifndef RW_COMPILE_INSTANTIATE 
#include "CCyclicIterator.h"  
#endif 
 
template <class T, class V>  CCyclicIterator<T,V>::CCyclicIterator(const V& v) : vector(v) 
{} 
 
template <class T, class V>  CCyclicIterator<T,V>::~CCyclicIterator() 
{ 
} 

Back to index