JG ROOT Tools libraries  version 5.0 - august 2014
RPointerList.hh
Go to the documentation of this file.
1 //======================================================================
2 /*! \file RPointerList.hh
3  *
4  * Include file for class RPointerList.
5  */
6 //======================================================================
7 
8 #ifndef R_POINTER_LIST_HH
9 #define R_POINTER_LIST_HH
10 
11 #include "GPointerList.hh"
12 #include "RPointer.hh"
13 
14 ///! Defined for compatibility
15 typedef GPointerList RPointerList;
16 
17 ///! Defined for compatibility
18 typedef GListIterT<RPointer> RPointerListIter;
19 
20 //----------------------------------------------------------------------
21 #endif
GListIterT< RPointer > RPointerListIter
! Defined for compatibility
Definition: RPointerList.hh:18
GPointerList RPointerList
! Defined for compatibility
Definition: RPointerList.hh:15