Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
RooFit::Detail::DataKey Class Reference

Definition at line 41 of file DataMap.h.

Public Member Functions

 DataKey (RooAbsArg const *arg)
 
template<class T >
 DataKey (RooTemplateProxy< T > const &proxy)
 
 DataKey (TNamed const *arg)
 
TObject const & operator* () const
 
TObject const * operator-> () const
 

Private Attributes

TObject const * _ptr
 

Friends

bool operator!= (const DataKey &k1, const DataKey &k2)
 
bool operator< (const DataKey &k1, const DataKey &k2)
 
bool operator== (const DataKey &k1, const DataKey &k2)
 

#include <RooFit/Detail/DataMap.h>

Constructor & Destructor Documentation

◆ DataKey() [1/3]

RooFit::Detail::DataKey::DataKey ( RooAbsArg const *  arg)
inline

Definition at line 43 of file DataMap.h.

◆ DataKey() [2/3]

RooFit::Detail::DataKey::DataKey ( TNamed const *  arg)
inline

Definition at line 44 of file DataMap.h.

◆ DataKey() [3/3]

template<class T >
RooFit::Detail::DataKey::DataKey ( RooTemplateProxy< T > const &  proxy)
inline

Definition at line 46 of file DataMap.h.

Member Function Documentation

◆ operator*()

TObject const & RooFit::Detail::DataKey::operator* ( ) const
inline

Definition at line 56 of file DataMap.h.

◆ operator->()

TObject const * RooFit::Detail::DataKey::operator-> ( ) const
inline

Definition at line 57 of file DataMap.h.

Friends And Related Symbol Documentation

◆ operator!=

bool operator!= ( const DataKey k1,
const DataKey k2 
)
friend

Definition at line 52 of file DataMap.h.

◆ operator<

bool operator< ( const DataKey k1,
const DataKey k2 
)
friend

Definition at line 53 of file DataMap.h.

◆ operator==

bool operator== ( const DataKey k1,
const DataKey k2 
)
friend

Definition at line 51 of file DataMap.h.

Member Data Documentation

◆ _ptr

TObject const* RooFit::Detail::DataKey::_ptr
private

Definition at line 60 of file DataMap.h.

Libraries for RooFit::Detail::DataKey:

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