Logo ROOT  
Reference Guide
TSeq.hxx File Reference
#include <iterator>
#include <type_traits>
#include <sstream>
Include dependency graph for TSeq.hxx:
This graph shows which files directly or indirectly include this file:

Classes

class  ROOT::TSeq< T >::iterator
 
class  ROOT::TSeq< T >
 A pseudo container class which is a generator of indices. More...
 

Namespaces

namespace  ROOT
 tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7
 

Typedefs

using ROOT::TSeqI = TSeq< int >
 
using ROOT::TSeqL = TSeq< long >
 
using ROOT::TSeqU = TSeq< unsigned int >
 
using ROOT::TSeqUL = TSeq< unsigned long >
 

Functions

template<class T >
TSeq< T > ROOT::MakeSeq (T begin, T end, T step=1)
 
template<class T >
TSeq< T > ROOT::MakeSeq (T end)