Logo ROOT  
Reference Guide
RResultPtr.hxx File Reference
#include "ROOT/RDF/RActionBase.hxx"
#include "ROOT/RDF/RLoopManager.hxx"
#include "ROOT/TypeTraits.hxx"
#include "TError.h"
#include <memory>
#include <functional>
Include dependency graph for RResultPtr.hxx:
This graph shows which files directly or indirectly include this file:

Classes

class  ROOT::RDF::RResultPtr< T >
 Smart pointer for the return type of actions. More...
 

Namespaces

namespace  ROOT
 VSD Structures.
 
namespace  ROOT::Detail
 
namespace  ROOT::Detail::RDF
 
namespace  ROOT::Internal
 
namespace  ROOT::Internal::RDF
 
namespace  ROOT::RDF
 

Functions

template<typename T >
RResultPtr< T > ROOT::Detail::RDF::MakeResultPtr (const std::shared_ptr< T > &r, RLoopManager &lm, std::shared_ptr< RDFInternal::RActionBase > actionPtr)
 Create a RResultPtr and set its pointer to the corresponding RAction This overload is invoked by non-jitted actions, as they have access to RAction before constructing RResultPtr. More...
 
template<class T1 , class T2 >
bool ROOT::RDF::operator!= (const RResultPtr< T1 > &lhs, const RResultPtr< T2 > &rhs)
 
template<class T1 >
bool ROOT::RDF::operator!= (const RResultPtr< T1 > &lhs, std::nullptr_t rhs)
 
template<class T1 >
bool ROOT::RDF::operator!= (std::nullptr_t lhs, const RResultPtr< T1 > &rhs)
 
template<class T1 , class T2 >
bool ROOT::RDF::operator== (const RResultPtr< T1 > &lhs, const RResultPtr< T2 > &rhs)
 
template<class T1 >
bool ROOT::RDF::operator== (const RResultPtr< T1 > &lhs, std::nullptr_t rhs)
 
template<class T1 >
bool ROOT::RDF::operator== (std::nullptr_t lhs, const RResultPtr< T1 > &rhs)