Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
ROOT::Detail::TRangeCast< T, isDynamic > Class Template Reference

template<typename T, bool isDynamic>
class ROOT::Detail::TRangeCast< T, isDynamic >

Definition at line 313 of file TCollection.h.

Public Types

using const_iterator
using iterator

Public Member Functions

 TRangeCast (TCollection const &col)
 TRangeCast (TCollection const *col)
const_iterator begin () const
const_iterator end () const

Private Attributes

TCollection const & fInputRange

#include <TCollection.h>

Inheritance diagram for ROOT::Detail::TRangeCast< T, isDynamic >:
ROOT::RRangeCast< T *, isDynamic, TCollection const & >

Member Typedef Documentation

◆ const_iterator

using ROOT::RRangeCast< T, isDynamic, TCollection const & >::const_iterator
inherited

Definition at line 102 of file RRangeCast.hxx.

◆ iterator

using ROOT::RRangeCast< T, isDynamic, TCollection const & >::iterator
inherited

Definition at line 106 of file RRangeCast.hxx.

Constructor & Destructor Documentation

◆ TRangeCast() [1/2]

template<typename T, bool isDynamic>
ROOT::Detail::TRangeCast< T, isDynamic >::TRangeCast ( TCollection const & col)
inline

Definition at line 315 of file TCollection.h.

◆ TRangeCast() [2/2]

template<typename T, bool isDynamic>
ROOT::Detail::TRangeCast< T, isDynamic >::TRangeCast ( TCollection const * col)
inline

Definition at line 318 of file TCollection.h.

Member Function Documentation

◆ begin()

const_iterator ROOT::RRangeCast< T, isDynamic, TCollection const & >::begin ( ) const
inlineinherited

Definition at line 103 of file RRangeCast.hxx.

◆ end()

const_iterator ROOT::RRangeCast< T, isDynamic, TCollection const & >::end ( ) const
inlineinherited

Definition at line 104 of file RRangeCast.hxx.

Member Data Documentation

◆ fInputRange

TCollection const & ROOT::RRangeCast< T, isDynamic, TCollection const & >::fInputRange
privateinherited

Definition at line 111 of file RRangeCast.hxx.


The documentation for this class was generated from the following file: