Logo ROOT   6.08/07
Reference Guide
Classes | Namespaces | Typedefs | Functions
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

 cling
 Print a TSeq at the prompt:
 
 ROOT
 This namespace contains pre-defined functions to be used in conjuction with TExecutor::Map and TExecutor::MapReduce.
 

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 end)
 
template<class T >
TSeq< T > ROOT::MakeSeq (T begin, T end, T step=1)
 
template<class T >
std::string cling::printValue (ROOT::TSeq< T > *val)