1 #ifndef __JTOOLS__JARRAY_ITERATOR__ 
    2 #define __JTOOLS__JARRAY_ITERATOR__ 
   20   template<
int N, 
class T>
 
   43       return i != this->collection.getSize()  &&  
JArrayIterator<N-1, T>::operator bool();
 
   65       if (++
i == this->collection.getSize()) {
 
  107       collection(collection)
 
  118     operator bool()
 const 
  120       return i != this->collection.getSize();
 
  142       if (
i != this->collection.getSize()) {
 
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).