|
| struct | AxisConfigToType |
| | Converts a RAxisConfig of whatever kind to the corresponding RAxisBase-derived object. More...
|
| |
| struct | AxisConfigToType< RAxisConfig::kEquidistant > |
| |
| struct | AxisConfigToType< RAxisConfig::kGrow > |
| |
| struct | AxisConfigToType< RAxisConfig::kIrregular > |
| |
| struct | AxisConfigToType< RAxisConfig::kLabels > |
| |
| struct | RClusterFooter |
| |
| struct | RColumnHeader |
| |
| class | RDirectoryEntry |
| |
| struct | RFieldHeader |
| |
| struct | RFillBinCoord |
| | Fill coord with low bin edge or center or high bin edge of all axes. More...
|
| |
| struct | RFillBinCoord<-1, COORD, AXES > |
| |
| struct | RFillIterRange |
| | Fill range with begin() and end() of all axes, including under/overflow as specified by over. More...
|
| |
| struct | RFillIterRange<-1, AXES > |
| |
| struct | RGetBinCount |
| |
| struct | RGetBinCount< 0, AXES > |
| |
| struct | RGetBinIndex |
| |
| struct | RGetBinIndex<-1, HISTIMPL, AXES, GROW > |
| |
| class | RHistBufferedFillBase |
| |
| struct | RHistImplGen |
| | Generate RHist::fImpl from RHist constructor arguments. More...
|
| |
| struct | RHistImplGen< NDIM, NDIM, DATA, PROCESSEDAXISCONFIG... > |
| | Generate RHist::fImpl from constructor arguments; recursion end. More...
|
| |
| class | RHistPainterBase |
| |
| class | RIndexIter |
| | Iterates over an index; the REFERENCE is defined by the REFERENCE template parameter. More...
|
| |
| struct | RNTupleFooter |
| |
| struct | RNTupleHeader |
| |
| class | RPadHorizVert |
| | A 2D (horizontal and vertical) combination of RPadLengths. More...
|
| |
| class | RPadPainter |
| | Abstract interface for object painting on the pad/canvas. More...
|
| |
| struct | RPageInfo |
| |
| struct | RPagePayload |
| |
| class | RStyleReader |
| |
| class | RVirtualCanvasPainter |
| | Abstract interface for painting a canvas. More...
|
| |
| class | TBulkBranchRead |
| |
| class | TTreeReaderValueFastBase |
| |
| class | TUniWeakPtr |
| |
|
| void | LoadHistPainterLibrary () |
| |
| void | swap (RDirectoryEntry &e1, RDirectoryEntry &e2) noexcept |
| |
|
| template<class REFERENCE , class POINTER > |
| bool | operator< (RIndexIter< REFERENCE, POINTER > lhs, RIndexIter< REFERENCE, POINTER > rhs) noexcept |
| |
| template<class REFERENCE , class POINTER > |
| bool | operator> (RIndexIter< REFERENCE, POINTER > lhs, RIndexIter< REFERENCE, POINTER > rhs) noexcept |
| |
| template<class REFERENCE , class POINTER > |
| bool | operator<= (RIndexIter< REFERENCE, POINTER > lhs, RIndexIter< REFERENCE, POINTER > rhs) noexcept |
| |
| template<class REFERENCE , class POINTER > |
| bool | operator>= (RIndexIter< REFERENCE, POINTER > lhs, RIndexIter< REFERENCE, POINTER > rhs) noexcept |
| |
| template<class REFERENCE , class POINTER > |
| bool | operator== (RIndexIter< REFERENCE, POINTER > lhs, RIndexIter< REFERENCE, POINTER > rhs) noexcept |
| |
| template<class REFERENCE , class POINTER > |
| bool | operator!= (RIndexIter< REFERENCE, POINTER > lhs, RIndexIter< REFERENCE, POINTER > rhs) noexcept |
| |