ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Namespaces | Typedefs | Functions
TSeq.h File Reference
#include <iterator>
#include <type_traits>
#include <sstream>
Include dependency graph for TSeq.h:

Go to the source code of this file.

Classes

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

Namespaces

 ROOT
 Namespace for new ROOT classes and functions.
 
 cling
 Print a TSeq at the prompt:
 

Typedefs

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

Functions

template<class T >
TSeq< TROOT::MakeSeq (T end)
 
template<class T >
TSeq< TROOT::MakeSeq (T begin, T end, T step=1)
 
template<class T >
std::string cling::printValue (ROOT::TSeq< T > *val)