|
ROOT 6.10/09 Reference Guide |
Classes | |
| class | TCustomColumn |
| class | TCustomColumnBase |
| class | TFilter |
| class | TFilterBase |
| class | TLoopManager |
| class | TRange |
| class | TRangeBase |
Typedefs | |
| using | ActionBasePtr_t = std::shared_ptr< TDFInternal::TActionBase > |
| using | ActionBaseVec_t = std::vector< ActionBasePtr_t > |
| using | FilterBasePtr_t = std::shared_ptr< TFilterBase > |
| using | FilterBaseVec_t = std::vector< FilterBasePtr_t > |
| using | RangeBasePtr_t = std::shared_ptr< TRangeBase > |
| using | RangeBaseVec_t = std::vector< RangeBasePtr_t > |
| using | TmpBranchBasePtr_t = std::shared_ptr< TCustomColumnBase > |
Functions | |
| template<typename T > | |
| TResultProxy< T > | MakeResultProxy (const std::shared_ptr< T > &r, const std::shared_ptr< TLoopManager > &df) |
| using ROOT::Detail::TDF::ActionBasePtr_t = typedef std::shared_ptr<TDFInternal::TActionBase> |
Definition at line 39 of file TDFNodes.hxx.
| using ROOT::Detail::TDF::ActionBaseVec_t = typedef std::vector<ActionBasePtr_t> |
Definition at line 40 of file TDFNodes.hxx.
| using ROOT::Detail::TDF::FilterBasePtr_t = typedef std::shared_ptr<TFilterBase> |
Definition at line 44 of file TDFNodes.hxx.
| using ROOT::Detail::TDF::FilterBaseVec_t = typedef std::vector<FilterBasePtr_t> |
Definition at line 45 of file TDFNodes.hxx.
| using ROOT::Detail::TDF::RangeBasePtr_t = typedef std::shared_ptr<TRangeBase> |
Definition at line 47 of file TDFNodes.hxx.
| using ROOT::Detail::TDF::RangeBaseVec_t = typedef std::vector<RangeBasePtr_t> |
Definition at line 48 of file TDFNodes.hxx.
| using ROOT::Detail::TDF::TmpBranchBasePtr_t = typedef std::shared_ptr<TCustomColumnBase> |
Definition at line 42 of file TDFNodes.hxx.
| TResultProxy< T > ROOT::Detail::TDF::MakeResultProxy | ( | const std::shared_ptr< T > & | r, |
| const std::shared_ptr< TLoopManager > & | df | ||
| ) |
Definition at line 159 of file TResultProxy.hxx.