Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TSeq.hxx File Reference
#include "TError.h"
#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
 This file contains a specialised ROOT message handler to test for diagnostic in unit tests.
 

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)